提交 24e4109a 编写于 作者: KK's avatar KK

touch事件配置

上级 59918523
...@@ -78,6 +78,9 @@ Vue.component('v-calendar', Calendar); ...@@ -78,6 +78,9 @@ Vue.component('v-calendar', Calendar);
// 手势滑动 // 手势滑动
import VueTouch from 'vue-touch' import VueTouch from 'vue-touch'
Vue.use(VueTouch, {name: 'v-touch'}); Vue.use(VueTouch, {name: 'v-touch'});
VueTouch.config.press = {
time: 700
}
router.beforeEach((to: any, from: any, next: any) => { router.beforeEach((to: any, from: any, next: any) => {
if (to.meta && !to.meta.ignoreAddPage) { if (to.meta && !to.meta.ignoreAddPage) {
router.app.$store.commit('addPage', to); router.app.$store.commit('addPage', to);
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册