-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
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
mod is not a function #81
Comments
Can you submit a reproduction 🙏🏼 ? |
What can I provide? My package.json? Is this happening only to me? |
Copy the code in stackblitz url on the README, copy your code to see if you can replicate it on that environment. |
Are you including the modules as strings e.g. |
@impronta48 You can also see how it is setup on: https://stackblitz.com/github/cpreston321/nuxt-swiper/tree/main/examples/swiper-basic?file=app.vue. |
I have the exact same issue. const
|
I encountered this problem when refactoring a vue3 project into nuxt3, and I think it may be because nuxt-swiper changed some of the modules names. Because I triggered this error by copying the original swiper configuration, This problem is solved when I |
Hello, everyone. |
This worked for me. |
I'm running a nuxt 3 project, with simple installation of this module.
I'm running a sample page exaclty as the example, but I get:
this error goes away only removing the :modules attribute from Swiper (but of course the result is not the one I want ;-)
Can you help?
Thanks
Massimo
The text was updated successfully, but these errors were encountered: