Skip to content
丿一盏孤灯丿的Blog
Search
K
Main Navigation
笔记
基础
JavaScript
CSS
HTML
前端框架
Vue
React
前端可视化
面试题
GitHub
Appearance
Menu
Return to top
On this page
Table of Contents for current page
el-input只能输入数字并且禁止鼠标滚动事件
vue
<
el-input
type
=
"
number
"
v-model
.
number
=
"
value
"
@
mousewheel
.native.
prevent
/>