Open BOBY-MIN opened 3 years ago
Second this using Vite, vue3.
I used vue-cli for my vue project. So, it seems that the above error occurs. thank you.
Error in Vue Cli with Vue 3
With this error there are several warns: 1) Property "$createElement" was accessed during render but is not defined on instance. 2) Property "_self" was accessed during render but is not defined on instance. 3) Unhandled error during execution of render function using Inertia-vue3
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
Just enter as below to use.
import carousel from 'vue-owl-carousel/src/Carousel'
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')