摘要: .stop 阻止冒泡 .prevent 阻止默认事件 .capture 添加事件侦听器时使用事件捕获模式 .self 只当事件在该元素本身(比如不是子元素)触发时触发回调 .once 事件只触发一次native .native在某个组件的根元素上绑定事件,直接使用 @click=''function 阅读全文
posted @ 2020-05-15 17:27 star-meteor 阅读(885) 评论(0) 推荐(0)
摘要: 1卸载cnpm uninstall XXX --save 2一般安装cnpm i xxx- --save 3安装制定版本cnpm install xxx@3.0.1 --save 或者在package.json文件中先写入,在通过cnpm install自动安装 参考https://blog.csd 阅读全文
posted @ 2020-05-15 11:40 star-meteor 阅读(3547) 评论(0) 推荐(0)