Commit 767ccb09 by hank

touch

parent f5311498
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
"vue": "^2.5.2", "vue": "^2.5.2",
"vue-lazyload": "^1.2.6", "vue-lazyload": "^1.2.6",
"vue-router": "^3.0.1", "vue-router": "^3.0.1",
"vue-touchjs": "^0.0.9",
"vue-waterfall-easy": "^2.4.1", "vue-waterfall-easy": "^2.4.1",
"vuex": "^3.0.1", "vuex": "^3.0.1",
"vux": "^2.9.2", "vux": "^2.9.2",
......
...@@ -7,7 +7,8 @@ import App from './App' ...@@ -7,7 +7,8 @@ import App from './App'
import router from './router' import router from './router'
Vue.config.productionTip = false Vue.config.productionTip = false
var VueTouch = require('vue-touchjs');
Vue.use(VueTouch);
import 'normalize.css'; import 'normalize.css';
import '@/modules/css/myreset.css'; import '@/modules/css/myreset.css';
import '@/modules/js/flexible.js'; import '@/modules/js/flexible.js';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment