-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vue3 使用 vant-weapp 微信小程序组件,@click 等事件无响应 #8242
Comments
能否提供个例子看下 |
@luckyadam |
我也遇到了,微微有点坑 |
可以暂时这样解决 <van-button @click="onClick" onClick="onClick">按钮</van-button> |
还会遇到组件里面的 click 事件不生效,用这种方式也不管用。我看只把click的首字母C大写就可以了。
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
相关平台
微信小程序
小程序基础库: 2.14.1
使用框架: Vue 3
复现步骤
例如 van-button 的 @click 事件无效
期望结果
@click 等事件可以正常执行
实际结果
全部组件的事件都无响应
环境信息
The text was updated successfully, but these errors were encountered: