<el-input v-model="resform.resPass" @paste.native.capture.prevent="handlePaste" type="password"></el-input>
添加@paste.native.capture.prevent="handlePaste"
//在vue函数中
handlePaste(){
//粘贴会触发来到这里,无操作就行
}
<el-input v-model="resform.resPass" @paste.native.capture.prevent="handlePaste" type="password"></el-input>
添加@paste.native.capture.prevent="handlePaste"
//在vue函数中
handlePaste(){
//粘贴会触发来到这里,无操作就行
}
本文标题:Vue+Element-ui input禁止粘贴
本文链接:https://www.haomeiwen.com/subject/jbxcvctx.html
网友评论