vue-chessboard icon indicating copy to clipboard operation
vue-chessboard copied to clipboard

Use with vue 3

Open SanGoruden opened this issue 3 years ago • 3 comments

Can this be used with vue 3 ?

SanGoruden avatar Mar 11 '21 10:03 SanGoruden

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.

vitogit avatar Mar 15 '21 14:03 vitogit

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

chesteragsamosam avatar Feb 18 '22 06:02 chesteragsamosam

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

StevenChalle avatar Mar 10 '22 15:03 StevenChalle