-
移动端webapp实现滑屏切换页面
安装依赖 npm install vue-touch@next
main.js中引用
import VueTouch from ‘vue-touch’
Vue.use(VueTouch,{name:‘v-touch’})
VueTouch.config.swipe = {
threshold:50 //设置左右滑动的距离
}
在要使用的页面中 **
<v-touch v-on:swipeleft="swiperleft" v-on:swiperight="swiperright" class="wrapper" :swipe-