Showing
1 changed file
with
1 additions
and
1 deletions
@@ -4,7 +4,7 @@ const lazyload = require('./plugins/lazyload'); | @@ -4,7 +4,7 @@ const lazyload = require('./plugins/lazyload'); | ||
4 | window.jQuery = $; | 4 | window.jQuery = $; |
5 | 5 | ||
6 | import Page from './yoho-page'; | 6 | import Page from './yoho-page'; |
7 | -import Swiper from 'swiper'; | 7 | +const Swiper = require('swiper').default; |
8 | 8 | ||
9 | require('./common/area-common'); | 9 | require('./common/area-common'); |
10 | 10 |
-
Please register or login to post a comment