File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 1313 "dependencies" : {
1414 "animate.css" : " ^3.5.2" ,
1515 "babel" : " ^6.23.0" ,
16- "fastclick" : " ^1.0.6" ,
1716 "font-awesome" : " ^4.7.0" ,
1817 "mini-css-extract-plugin" : " ^0.6.0" ,
1918 "opencollective" : " ^1.0.3" ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import 'ratchet-npm/dist/css/ratchet.css'; // get ratchet
22import 'font-awesome/css/font-awesome.css' ; // get font-awesome
33import 'animate.css/animate.css' ; // get animate.css
44
5- import FastClick from 'fastclick' ;
5+ // import FastClick from 'fastclick';
66import Vue from 'vue' ; // get vue
77import VueProgressBar from 'vue-progressbar' ; // get vue-progressbar
88import InfiniteScroll from 'vue-infinite-scroll' ; // get vue-infinite-scroll
@@ -11,7 +11,7 @@ import App from './app.vue'; // get root module
1111import router from './router' ;
1212import store from './store' ; // get vuex -> store
1313
14- FastClick . attach ( document . body ) ; // init fastclick
14+ // FastClick.attach(document.body); // init fastclick
1515const options = {
1616 color : '#fff' ,
1717 failedColor : '#874b4b' ,
Original file line number Diff line number Diff line change @@ -2225,10 +2225,6 @@ fast-json-stable-stringify@^2.0.0:
22252225 version "2.0.0"
22262226 resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz#d5142c0caee6b1189f87d3a76111064f86c8bbf2"
22272227
2228- fastclick@^1.0.6 :
2229- version "1.0.6"
2230- resolved "https://registry.yarnpkg.com/fastclick/-/fastclick-1.0.6.tgz#161625b27b1a5806405936bda9a2c1926d06be6a"
2231-
22322228faye-websocket@^0.10.0 :
22332229 version "0.10.0"
22342230 resolved "https://registry.yarnpkg.com/faye-websocket/-/faye-websocket-0.10.0.tgz#4e492f8d04dfb6f89003507f6edbf2d501e7c6f4"
You can’t perform that action at this time.
0 commit comments