Skip to content

Commit 1e100d4

Browse files
committed
Change swiper.jquery.js to swiper.jquery.umd.js to fix #3.
1 parent e5af71d commit 1e100d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/vendors.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ module.exports = {
1010

1111
javascripts: [
1212
'node_modules/jquery/dist/jquery.js',
13-
'node_modules/swiper/dist/js/swiper.jquery.js'
13+
'node_modules/swiper/dist/js/swiper.jquery.umd.js'
1414
],
1515

1616
fonts: [
1717
// if you need font-awesome
1818
// 'node_modules/font-awesome/fonts/*'
1919
]
20-
};
20+
};

0 commit comments

Comments
 (0)