liquor-tree icon indicating copy to clipboard operation
liquor-tree copied to clipboard

Tree component based on Vue.js

Results 104 liquor-tree issues
Sort by recently updated
recently updated
newest added

Hi! I use this project for a UI app and I'm wondering if there's a timeline to support Vue 3. Since the Vue core team [recently announced](https://twitter.com/vuejs/status/1388144585600274433?s=20) a migration build,...

First of all thank you a lot for this component. Well-documented, easy-to-use and zero dependencies. I use this component as main UI in [privacy.sexy](https://github.com/undergroundwires/privacy.sexy). However latest commit is two years...

```js mounted() { console.log(this.$refs.vaults.selected()) this.$nextTick(() => { console.log(this.$refs.vaults.selected()) }); }, ``` How to get the selected notes on mounted hook? Even the $nextTick returns 0 when there are selected item...

![treeT](https://user-images.githubusercontent.com/58927098/147853620-2c247a31-5143-4dda-85fb-96619044d6ea.png) ![treeD](https://user-images.githubusercontent.com/58927098/147853701-cf0c5fc6-aafa-4244-b61d-67c2280356ba.png) ![treeM](https://user-images.githubusercontent.com/58927098/147853718-bd644f9b-2243-47a7-b9f8-d6e92ae4dbf2.png) **If I click 'Item 2' Node It will show console Item 2 but I don't want to trigger parent Node I want trigger children only**

`this.$refs.tree.find({data: {path: file}})` is what I tried, I am appending complete path to file, in the data section, and therefore would love to select nodes based on a given path....

Hi, first of all, thanks for this amazing service and for your work! I have a task in which I should dynamically index nodes So here is example of static...

Hi, if i have 100 nodes, how to scroll to selected node on initial render? Thanks

Hi, @amsik I have an issue with the DnD, it's not giving the correct position after multiple DnD. For example - When I drag a node *ABC* up and down...

Hi, First, thank you for you work. It seems to be the most useful tree I found lately. Here is the weird behavior I met. When linked to a store,...

Hi please tell while drag and drop , how to stop child node from dropping inside any other parent or outside parent. Child node should be dropped inside its parent....