From adc51a9ede31805f07f588eaee7a560bb7e8028f Mon Sep 17 00:00:00 2001 From: Chris Pan Date: Mon, 16 May 2016 12:45:46 +0800 Subject: [PATCH] Change swiper.jquery.js to swiper.jquery.umd.js to fix #3. --- config/vendors.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/vendors.js b/config/vendors.js index cd31059..4144395 100644 --- a/config/vendors.js +++ b/config/vendors.js @@ -10,11 +10,11 @@ module.exports = { javascripts: [ 'node_modules/jquery/dist/jquery.js', - 'node_modules/swiper/dist/js/swiper.jquery.js' + 'node_modules/swiper/dist/js/swiper.jquery.umd.js' ], fonts: [ // if you need font-awesome // 'node_modules/font-awesome/fonts/*' ] -}; +}; \ No newline at end of file