Showing
1 changed file
with
0 additions
and
3 deletions
1 | import app from './yoho-app'; | 1 | import app from './yoho-app'; |
2 | import $ from 'yoho-jquery'; | 2 | import $ from 'yoho-jquery'; |
3 | import qs from 'yoho-qs'; | 3 | import qs from 'yoho-qs'; |
4 | -import fastClick from 'yoho-fastclick'; | ||
5 | 4 | ||
6 | class Page { | 5 | class Page { |
7 | constructor() { | 6 | constructor() { |
8 | - fastClick.attach(document.body); | ||
9 | - | ||
10 | this.app = app; | 7 | this.app = app; |
11 | this.qs = qs; | 8 | this.qs = qs; |
12 | this.$event = $(document); | 9 | this.$event = $(document); |
-
Please register or login to post a comment