vue-carousel-3d icon indicating copy to clipboard operation
vue-carousel-3d copied to clipboard

Can not use 3d carousel

Open peterwisu opened this issue 1 year ago • 0 comments

I followed the instruction in this site https://wlada.github.io/vue-carousel-3d/guide/ and got this error

Uncaught runtime errors:
×
ERROR
Cannot read properties of undefined (reading '_c')
TypeError: Cannot read properties of undefined (reading '_c')
   at Proxy.Carousel3dvue_type_template_id_07917306_scoped_true_render (webpack-internal:///./node_modules/vue-carousel-3d/dist/carousel-3d.common.js:3659:135)
   at renderComponentRoot (webpack-internal:///./node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.js:952:16)
   at ReactiveEffect.componentUpdateFn [as fn] (webpack-internal:///./node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.js:5814:46)
   at ReactiveEffect.run (webpack-internal:///./node_modules/@vue/reactivity/dist/reactivity.esm-bundler.js:217:19)
   at instance.update (webpack-internal:///./node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.js:5927:51)
   at setupRenderEffect (webpack-internal:///./node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.js:5935:5)
   at mountComponent (webpack-internal:///./node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.js:5725:5)
   at processComponent (webpack-internal:///./node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.js:5678:9)
   at patch (webpack-internal:///./node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.js:5166:11)
   at mountChildren (webpack-internal:///./node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.js:5410:7)

Im using vue3js

peterwisu avatar Oct 16 '23 08:10 peterwisu