mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
@ -443,7 +443,7 @@ export class Slides implements ComponentInterface {
|
||||
shadowScale: 0.94
|
||||
},
|
||||
fadeEffect: {
|
||||
crossfade: false
|
||||
crossFade: false
|
||||
},
|
||||
a11y: {
|
||||
prevSlideMessage: 'Previous slide',
|
||||
|
@ -1 +1 @@
|
||||
export { Swiper as SwiperInterface, SwiperOptions } from 'swiper/dist/js/swiper.esm';
|
||||
export { Swiper as SwiperInterface, SwiperOptions } from 'swiper/js/swiper.esm';
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,4 @@
|
||||
import { Autoplay, Pagination, Scrollbar, Swiper, Zoom } from 'swiper/dist/js/swiper.esm';
|
||||
import { Autoplay, Pagination, Scrollbar, Swiper, Zoom } from 'swiper/js/swiper.esm';
|
||||
|
||||
Swiper.use([Pagination, Scrollbar, Autoplay, Zoom]);
|
||||
export { Swiper };
|
||||
|
Reference in New Issue
Block a user