UNPKG

389 BJavaScriptView Raw
1/**
2 * Swiper Vue 6.3.5
3 * Most modern mobile touch slider and framework with hardware accelerated transitions
4 * https://swiperjs.com
5 *
6 * Copyright 2014-2020 Vladimir Kharlampidi
7 *
8 * Released under the MIT License
9 *
10 * Released on: October 30, 2020
11 */
12
13import { Swiper } from './esm/vue/swiper';
14import { SwiperSlide } from './esm/vue/swiper-slide';
15export { Swiper, SwiperSlide };