Showing
2 changed files
with
6 additions
and
2 deletions
@@ -84,6 +84,8 @@ | @@ -84,6 +84,8 @@ | ||
84 | "yoho-qs": "^1.0.1", | 84 | "yoho-qs": "^1.0.1", |
85 | "yoho-swiper": "^3.3.1", | 85 | "yoho-swiper": "^3.3.1", |
86 | "yoho-vue": "^1.0.26", | 86 | "yoho-vue": "^1.0.26", |
87 | - "yoho-vue-lazyload": "^0.4.3" | 87 | + "yoho-vue-infinite-scroll": "^0.2.3", |
88 | + "yoho-vue-lazyload": "^0.4.3", | ||
89 | + "yoho-vue-swipe": "^0.2.6" | ||
88 | } | 90 | } |
89 | } | 91 | } |
@@ -30,7 +30,9 @@ shelljs.ls(path.join(__dirname, 'js/**/*.page.js')).forEach((f) => { | @@ -30,7 +30,9 @@ shelljs.ls(path.join(__dirname, 'js/**/*.page.js')).forEach((f) => { | ||
30 | 'yoho-qs', | 30 | 'yoho-qs', |
31 | 'yoho-cookie', | 31 | 'yoho-cookie', |
32 | 'yoho-vue', | 32 | 'yoho-vue', |
33 | - 'yoho-vue-lazyload' | 33 | + 'yoho-vue-lazyload', |
34 | + 'yoho-vue-swipe', | ||
35 | + 'yoho-vue-infinite-scroll' | ||
34 | ]; | 36 | ]; |
35 | }); | 37 | }); |
36 | 38 |
-
Please register or login to post a comment