当前位置: 首页 > Web前端 > vue.js

vue项目vue-puzzle-verification实现拖拽拼图验证

时间:2023-03-31 23:30:25 vue.js

1。npm安装npmivue-puzzle-verification2。在main.jsVue.use(puz??zleVerification)3中引入组件importpuzzleVerificationfrom'vue-puzzle-verification'。在vue页面直接使用

data(){return{puzzleImgList:['图片1','图片2','图片3']}},这样才能正常运行。刷新后puzzleImgList中的图片会随机切换。移动);document.removeEventListener("touchmove",this.movi??ng);document.removeEventListener("mouseup",this.moveEnd);document.removeEventListener("touchend",this.moveEnd)}

猜你喜欢