swiper.js 179 字节
Newer Older
1 2 3 4
import { Autoplay, Pagination, Scrollbar, Swiper, Keyboard, Zoom } from 'swiper/js/swiper.esm';

Swiper.use([Pagination, Scrollbar, Autoplay, Keyboard, Zoom]);
export { Swiper };