Replies: 2 comments
-
Check your version. the import from |
Beta Was this translation helpful? Give feedback.
0 replies
-
Use Elements // import function to register Swiper custom elements |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The docs say import it like:
import { Navigation, Pagination, Scrollbar, A11y } from 'swiper/modules';
but it doesn't work, this works:
import { Navigation, Pagination, Scrollbar, A11y } from 'swiper'
Beta Was this translation helpful? Give feedback.
All reactions