Commit b82b6d33 authored by Nature's avatar Nature

click

parent 7cd8fb7d
...@@ -17,7 +17,8 @@ ...@@ -17,7 +17,8 @@
"vue": "^2.5.2", "vue": "^2.5.2",
"vue-router": "^3.0.1", "vue-router": "^3.0.1",
"vux": "^2.9.2", "vux": "^2.9.2",
"hls-easy-ui": "https://hel.hand-china.com/easyUI/hls-easy-ui.git" "hls-easy-ui": "https://hel.hand-china.com/easyUI/hls-easy-ui.git",
"fastclick": "https://hel.hand-china.com/easyUI/fastclick.git"
}, },
"devDependencies": { "devDependencies": {
"autoprefixer": "^7.1.2", "autoprefixer": "^7.1.2",
......
// The Vue build version to load with the `import` command // The Vue build version to load with the `import` command
// (runtime-only or standalone) has been set in webpack.base.conf with an alias. // (runtime-only or standalone) has been set in webpack.base.conf with an alias.
import Vue from 'vue' import Vue from 'vue'
// import FastClick from 'fastclick' import FastClick from 'fastclick'
import App from './App' import App from './App'
import router from './router/index' import router from './router/index'
import flexible from './common/ydui.flexible' import flexible from './common/ydui.flexible'
...@@ -96,7 +96,7 @@ let routeGo = function (index) { ...@@ -96,7 +96,7 @@ let routeGo = function (index) {
} }
Vue.prototype.$routeGo = routeGo Vue.prototype.$routeGo = routeGo
// FastClick.attach(document.body) FastClick.attach(document.body)
Vue.config.productionTip = false Vue.config.productionTip = false
......
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 to comment