mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
@ -1,4 +1,4 @@
|
||||
import { Autoplay, Pagination, Scrollbar, Swiper } from 'swiper/dist/js/swiper.esm';
|
||||
import { Autoplay, Pagination, Scrollbar, Swiper, Zoom } from 'swiper/dist/js/swiper.esm';
|
||||
|
||||
Swiper.use([Pagination, Scrollbar, Autoplay]);
|
||||
Swiper.use([Pagination, Scrollbar, Autoplay, Zoom]);
|
||||
export { Swiper };
|
||||
|
Reference in New Issue
Block a user