<el-input v-model="num" type="number" min="0" max="100" @mousewheel.native.prevent @DOMMouseScroll.native.prevent />
mouseWheel 事件怎么做fireFox兼容
@mouseWheel="fn" //触发事件
@DOMMouseScroll="fn" //不触发事件
<el-input v-model="num" type="number" min="0" max="100" @mousewheel.native.prevent @DOMMouseScroll.native.prevent />
mouseWheel 事件怎么做fireFox兼容
@mouseWheel="fn" //触发事件
@DOMMouseScroll="fn" //不触发事件
本文标题:vue input type="number"禁止滚轮滚动改变数
本文链接:https://www.haomeiwen.com/subject/jhykoctx.html
网友评论