1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Update Swiper to 6.1.1

This commit is contained in:
MrTimscampi 2020-08-01 14:48:48 +02:00
parent a609e3e2b4
commit 48899bead2
3 changed files with 18 additions and 18 deletions

View file

@ -60,8 +60,8 @@ _define('resize-observer-polyfill', function() {
});
// swiper
var swiper = require('swiper/js/swiper');
require('swiper/css/swiper.min.css');
var swiper = require('swiper/swiper-bundle');
require('swiper/swiper-bundle.css');
_define('swiper', function() {
return swiper;
});