vue-chessboard
vue-chessboard copied to clipboard
Use with vue 3
Can this be used with vue 3 ?
Currently I don't have enough time to test the library with vue3. I will leave the question open in case someone else can answer it.
it's not working with Vue3, I'm looking forward for this matter
Currenty trying to use this awesome component on a quasar app with vue 3, but it can't be instanciated, i'm having the following error :
TypeError: Cannot read properties of undefined (reading '_c') at Proxy.render (vue-chessboard.common.js?807f:1:1) at renderComponentRoot (runtime-core.esm-bundler.js?9e79:893:1) at ReactiveEffect.componentUpdateFn [as fn] (runtime-core.esm-bundler.js?9e79:5030:1) at ReactiveEffect.run (reactivity.esm-bundler.js?0a2b:167:1) at setupRenderEffect (runtime-core.esm-bundler.js?9e79:5156:1) at mountComponent (runtime-core.esm-bundler.js?9e79:4939:1) at processComponent (runtime-core.esm-bundler.js?9e79:4897:1) at patch (runtime-core.esm-bundler.js?9e79:4489:1) at mountChildren (runtime-core.esm-bundler.js?9e79:4685:1) at mountElement (runtime-core.esm-bundler.js?9e79:4594:1)
Good luck for updating if possible <3