You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// import function to register Swiper custom elements
import { register } from "swiper/element/swiper-element.js";
// register Swiper custom elements
register();
Instead of
// import function to register Swiper custom elements
import { register } from 'swiper/element/bundle';
// register Swiper custom elements
register();
The text was updated successfully, but these errors were encountered:
@sealove20 Yes, just imported the other module and everything works as expected. I assume things changes in between version and documentation didn't get updated
The example code don't work on https://swiperjs.com/element
It should be
Instead of
The text was updated successfully, but these errors were encountered: