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

Highly customizable draggable Vue.js tree component.

Results 25 he-tree issues
Sort by recently updated
recently updated
newest added

现在只有添加子级,增加平级比较麻烦

Hello. First let me tell you, your component is great!!! I want to add a node programmatically to the root. Currently the `addNode()` method works, passing a simple object as...

i need to reload only the children of a specific parent when an API retrieves me the result, but the lazy load seems to not recalculate children once the parent...

It's a really great component. I noticed that the data model, neither flatData nor treeData does not update after drag and drop. is this normal? Also, AddNode dose not work,...

按照官方示例引入后,拖拽节点时会出现无父节点可以drop的情况,导致 组件内部 _checkIDExists 报错。

I have the following snippets of code to override the Draggable default slot: ``` import { Draggable } from "@he-tree/vue3"; // ... ``` However, on the line of the ``,...

will this project support touch devices? like phone devices

The example given with the Pro version isn't working because it's written for the old version of the plugin: ```js import {Tree, // Base tree Fold, Check, Draggable, // plugins...

Some of the dependencies (e.g tslib v. 1.x) are quite old and have a few bugs that are annoying (e.g. missing esm support). Could you please update them! Thanks I...