8 lines
104 B
JavaScript
8 lines
104 B
JavaScript
|
import Swiper from 'swiper/bundle';
|
||
|
|
||
|
try {
|
||
|
window.Swiper = Swiper;
|
||
|
} catch (e) {}
|
||
|
|
||
|
export { Swiper };
|