-
Notifications
You must be signed in to change notification settings - Fork 104
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
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading '_c') error #54
Comments
Second this using Vite, vue3. |
I used vue-cli for my vue project. |
Error in Vue Cli with Vue 3 |
With this error there are several warns:
|
I'm having the same issue and as a result the carousel is never loaded. |
PLease help !! same issue, i thinks is render function, because change in vue3 ... |
I remember that I was solved putting the CDN of jQuery in the index.html of the proyect before until any script. In the |
same issue in Vue CLI and Vite |
same issue vue-cli with vue3 :( |
Yes, I faced this problem |
I'm using import import { Carousel3d, Slide } from 'vue-carousel-3d' for this. i am getting vue-router.mjs:3471 TypeError: Cannot read properties of undefined (reading '_c') this error. there is any another solution. |
The following error occurs when using vue3.
After installation, there is no development other than basic usage.
please check.
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading '_c')
The text was updated successfully, but these errors were encountered: