-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tree List with Vue 3 #151
Comments
See: #131 |
That doesn't really help me, So, basically saying it's in progress? Looks like there has been no progress on it since July |
That's exactly it. Vue3 is not supported yet :( |
It would be great to have a release upgraded to catch up with the Vue3 requirements. |
Would https://www.npmjs.com/package/vue-tree-dnd help? |
I found this other repository: https://github.com/wsfe/vue-tree, and it worked just as well for me! |
Hello!
I tried to use the Tree list (using the example code to get it started) but it is unable to load,
I get the following error:
Uncaught (in promise) TypeError: this.$options.components is undefined beforeCreate VueTreeList.vue:216
VueTreeList.vue line 216:
beforeCreate() { this.$options.components.item = require('./VueTreeList').default },
I am using Vue 3, is there a fix for this that you know of?
This component would be a HUGE help in my current project if I can get it working
Thanks
The text was updated successfully, but these errors were encountered: