UNPKG

378 BJavaScriptView Raw
1/**
2 * Swiper Vue 7.0.9
3 * Most modern mobile touch slider and framework with hardware accelerated transitions
4 * https://swiperjs.com
5 *
6 * Copyright 2014-2021 Vladimir Kharlampidi
7 *
8 * Released under the MIT License
9 *
10 * Released on: October 18, 2021
11 */
12
13import { Swiper } from './swiper.js';
14import { SwiperSlide } from './swiper-slide.js';
15export { Swiper, SwiperSlide };
\No newline at end of file