Skip to content

Commit

Permalink
去除fastclick
Browse files Browse the repository at this point in the history
  • Loading branch information
Ljhhhhhh committed Mar 31, 2020
1 parent 4e975dc commit 8b5a8aa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"axios": "^0.19.0",
"core-js": "2.6.5",
"dayjs": "^1.8.16",
"fastclick": "^1.0.6",
"js-cookie": "^2.2.1",
"lib-flexible": "^0.3.2",
"vant": "^2.2.5",
Expand Down
3 changes: 0 additions & 3 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import 'lib-flexible'
import App from './App.vue'
import router from '@/router'
import store from '@/store'
import FastClick from 'fastclick'
import 'utils/permission'
import SvgIcon from 'components/SvgIcon'
import '@/icons' // icon
Expand All @@ -25,8 +24,6 @@ if (process.env.NODE_ENV === 'production') {
mockXHR()
}

FastClick.attach(document.body)

// options 为可选参数,无则不传
Vue.use(Lazyload)

Expand Down

0 comments on commit 8b5a8aa

Please sign in to comment.