We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I don't want to add (swiper.css as global css) to my project since it overwrite my projects scoped style.
The text was updated successfully, but these errors were encountered:
any update for that cuz I want to add css styles in my project manually not import all styles to all pages! this is seo loading page problem guys!
Sorry, something went wrong.
Swiper and SwiperSlide are global components. They add global styles. Disabling global components may solve the problem
Please try v2 which should solve this case -> #109
Docs: https://github.com/cpreston321/nuxt-swiper/tree/feat/elements?tab=readme-ov-file#nuxt-swiper
Then within the the nuxt config:
swiper: { bundled: false }
Thanks, CP
No branches or pull requests
I don't want to add (swiper.css as global css) to my project since it overwrite my projects scoped style.
The text was updated successfully, but these errors were encountered: