s950329 / vue-owl-carousel

Vue component for Owl Carousel 2
MIT License
167 stars 103 forks source link

Uncaught (in promise) TypeError: Cannot read properties of undefined (reading '_c') error #54

Open BOBY-MIN opened 3 years ago

BOBY-MIN commented 3 years ago

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')

lazynewt commented 3 years ago

Second this using Vite, vue3.

BOBY-MIN commented 3 years ago

I used vue-cli for my vue project. So, it seems that the above error occurs. thank you.

capvalen commented 3 years ago

Error in Vue Cli with Vue 3

zaminhub commented 2 years ago

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

celsoluiz81 commented 2 years ago

I'm having the same issue and as a result the carousel is never loaded.

JoseMariani commented 2 years ago

PLease help !! same issue, i thinks is render function, because change in vue3 ...

capvalen commented 2 years ago

I remember that I was solved putting the CDN of jQuery in the index.html of the proyect before until any script. In the

sadikins commented 2 years ago

same issue in Vue CLI and Vite

rwaddin commented 2 years ago

same issue vue-cli with vue3 :(

iamirnet commented 1 year ago

Yes, I faced this problem Just enter as below to use. import carousel from 'vue-owl-carousel/src/Carousel'

Sandeepperikala commented 1 year ago

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.