1.引用mtntui时报错,然后发现是点击事件没有加native的问题
普通组件绑定事件不能添加.native, 添加后事件失效
自定义组件绑定事件需要添加.native, 否则事件无效
//这里不加native,事件生效,但页面报错
<mt-button type="primary" @click.native="handleClick">mintui按钮</mt-button>
1.引用mtntui时报错,然后发现是点击事件没有加native的问题
普通组件绑定事件不能添加.native, 添加后事件失效
自定义组件绑定事件需要添加.native, 否则事件无效
//这里不加native,事件生效,但页面报错
<mt-button type="primary" @click.native="handleClick">mintui按钮</mt-button>
本文标题:一些问题整理
本文链接:https://www.haomeiwen.com/subject/syusxktx.html
网友评论