vitogit / vue-chessboard

Chessboard vue component to load positions, create positions and see threats
http://vitomd.com/vue-chessboard-examples/
GNU General Public License v3.0
165 stars 49 forks source link

Use with vue 3 #31

Open SanGoruden opened 3 years ago

SanGoruden commented 3 years ago

Can this be used with vue 3 ?

vitogit commented 3 years ago

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.

chesteragsamosam commented 2 years ago

it's not working with Vue3, I'm looking forward for this matter

StevenChalle commented 2 years ago

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