<uni-tag :text="item.articletype" type="error" size="small"
@click.stop="goArticlelist(item.articletype)"></uni-tag>
报错:Uncaught TypeError: Cannot read property 'stopPropagation' of undefined
<uni-tag :text="item.articletype" type="error" size="small"
@click.stop="goArticlelist(item.articletype)"></uni-tag>
报错:Uncaught TypeError: Cannot read property 'stopPropagation' of undefined
1***@qq.com
我的是vue3,版本是mac HBuilder X 3.6.18.20230117,微信小程序@click.stop无效但没报错,App无效且会报Uncaught TypeError: Cannot read property 'stopPropagation' of undefined 的错误
2023-01-26 23:18
1***@qq.com
@click.native.stop 也是一样
2023-01-26 23:20
5***@qq.com (作者)
vue3,做的H5项目。目前找到问题所在了。.stop修饰符只能用在view标签上,不能用在uni-tag标签上
2023-01-28 14:57
5***@qq.com (作者)
回复 1***@qq.com: stop修饰符只能用在view标签上,不能用在uni-tag标签上
2023-01-28 14:57
TamakoWusv
回复 5***@qq.com: 太对了哥,uni-icon也不行
2024-04-08 20:29