bci24
bci24
Is it working with vue 3 composition api ?
The same problem here. I am using laravel 9.11 with [email protected], [email protected] and [email protected] If I downgrade socket.io-client from 4.5.0 to 2.4.0 it works.... I dont think this is ok...
any news ?
How to define the tree ? How can get `tree` in setup ??? ``` Remove import {Tree, Fold, Draggable} from 'he-tree-vue' import 'he-tree-vue/dist/he-tree-vue.css' export default { name: "Nestable", components: {Tree:...
Sorry forgot about ref :-) Here is the code https://codesandbox.io/s/gracious-thompson-u61v6?file=/src/App.vue When click to remove `removeNodeByPath([3])` it will search for index in the object not the id I want to remove...
Still not working what I am trying to do. I have updated the sandbox https://codesandbox.io/s/gracious-thompson-u61v6?file=/src/App.vue what works: 1) Selecting user and add the tree 2) drag the user from tree...
I have updated the code. I added some extra code and now works :+1: Thank you!
@vivekascoder did you find something that support vue 3 ?
still not working...
It will be nice to have the separate js files and css as well. For example i would like to use this template in a laravel project :)