haiafara / vue-it-bigger

A simple image / (YouTube) video lightbox component for Vue.js 2.
https://haiafara.github.io/vue-it-bigger/
Apache License 2.0
189 stars 18 forks source link

Not working on Vue 3 with Vite #393

Open itsrafsanjani opened 1 year ago

itsrafsanjani commented 1 year ago
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading '_c')
    at Proxy.t2 (LightBox.vue:3:20)
    at renderComponentRoot (runtime-core.esm-bundler.js:914:44)
    at ReactiveEffect.componentUpdateFn [as fn] (runtime-core.esm-bundler.js:5649:57)
    at ReactiveEffect.run (reactivity.esm-bundler.js:190:25)
    at instance.update (runtime-core.esm-bundler.js:5763:56)
    at setupRenderEffect (runtime-core.esm-bundler.js:5777:9)
    at mountComponent (runtime-core.esm-bundler.js:5559:9)
    at processComponent (runtime-core.esm-bundler.js:5517:17)
    at patch (runtime-core.esm-bundler.js:5119:21)
    at mountChildren (runtime-core.esm-bundler.js:5303:13)
janosrusiczki commented 1 year ago

Hello, sorry for the late reply. I specifically updated the description of the npm to specify that it's for Vue 2. I will be integrating it with Vue 3 in the foreseeable future, so there might be a new version but I'm not making any promises.

eakenbor commented 1 year ago

@janosrusiczki any plans for Vue 3 soon?