vue-swipedir:创建Vue的可移动滑动指令

时间:2024-05-21 02:58:23
【文件属性】:

文件名称:vue-swipedir:创建Vue的可移动滑动指令

文件大小:1KB

文件格式:ZIP

更新时间:2024-05-21 02:58:23

JavaScript

vue-swipedir create a moible swipe directive of vue 使用方法 在入口文件import然后Vue.use()一下就可以使用指令了 或者script link,在node_modules下面找到这个包下面的index.js文件 link过去 `v-swipe="" Object为data或props提供的对象 Object{ //设置手指移动距离,大于设置值时为滑动,默认100 movedistance:100, //相应触摸事件的回调函数 touchstart(){}, touchmove(){}, touchend(){}, //向左滑动执行的函数 left(){}, //向右滑动执行的函数 right(){} }`


【文件预览】:
vue-swipedir-master
----README.md(623B)
----vue-swipeDir()
--------index.js(1006B)

网友评论