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

Vue 3

Open songoo opened this issue 4 years ago • 5 comments

Hello, is it vue 3 compatible ?

songoo avatar Dec 01 '20 12:12 songoo

I tried to integrate it into my project but I am getting an error in the browser console so looks like it's not compatible with Vue3.

vue-treeselect.cjs.js?ca17:1622 Uncaught (in promise) TypeError: _this16.$set is not a function
    at eval (vue-treeselect.cjs.js?ca17:1622)
    at Array.map (<anonymous>)
    at Proxy.normalize (vue-treeselect.cjs.js?ca17:1596)
    at Proxy.initialize (vue-treeselect.cjs.js?ca17:1059)
    at Proxy.handler (vue-treeselect.cjs.js?ca17:991)
    at callWithErrorHandling (runtime-core.esm-bundler.js?5c40:154)
    at callWithAsyncErrorHandling (runtime-core.esm-bundler.js?5c40:163)
    at job (runtime-core.esm-bundler.js?5c40:2021)
    at doWatch (runtime-core.esm-bundler.js?5c40:2068)
    at watch (runtime-core.esm-bundler.js?5c40:1933)

Does any updates are coming on Vue3?

laurisstepanovs avatar Jan 05 '21 18:01 laurisstepanovs

I ended up with this https://www.primefaces.org/primevue/showcase/#/multiselect , to be frank i started to use almost everything that is in it, pretty nice. (at start had an issue that npm did not install latest version, but all working on v3 after solving that)

songoo avatar Jan 06 '21 00:01 songoo

Hello use this . Great https://github.com/megafetis/vue3-treeselect

alicompu avatar May 08 '21 08:05 alicompu

Is there a maintained version of this in 2023?

notflip avatar May 05 '23 19:05 notflip