ResizeObserver remove (#328)
This commit is contained in:
parent
ba71cbfdef
commit
998b190f04
|
@ -48,7 +48,7 @@ export const ImageSwiper = (props: Props) => {
|
|||
onMount(async () => {
|
||||
const { register } = await import('swiper/element/bundle')
|
||||
register()
|
||||
SwiperCore.use([Pagination, Navigation, Manipulation, ResizeObserver])
|
||||
SwiperCore.use([Pagination, Navigation, Manipulation])
|
||||
})
|
||||
|
||||
onMount(() => {
|
||||
|
|
Loading…
Reference in New Issue
Block a user