ResizeObserver remove (#328)

This commit is contained in:
Ilya Y 2023-12-04 13:34:37 +03:00 committed by GitHub
parent ba71cbfdef
commit 998b190f04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ export const ImageSwiper = (props: Props) => {
onMount(async () => { onMount(async () => {
const { register } = await import('swiper/element/bundle') const { register } = await import('swiper/element/bundle')
register() register()
SwiperCore.use([Pagination, Navigation, Manipulation, ResizeObserver]) SwiperCore.use([Pagination, Navigation, Manipulation])
}) })
onMount(() => { onMount(() => {