Vue+Element-ui input禁止粘贴



添加@paste.native.capture.prevent="handlePaste"

    //在vue函数中
    handlePaste(){
        //粘贴会触发来到这里,无操作就行
    }

你可能感兴趣的:(Vue+Element-ui input禁止粘贴)