Xinxin

Results 155 comments of Xinxin
trafficstars

Sorry, I made a mistake. The `targetPath` still point to the original node. I think you want to get the node after the moved node. Check follow code. ```html ```...

https://github.com/phphe/he-tree-vue-docs/tree/master/docs/.vuepress/components

It sounds difficult. I have no idea.

foldingTransition belongs to fold plugin. You can mixin fold plugin in your use.

There is a prop `rootNode`, https://he-tree-vue.phphe.com/api.html#rootnode You may need: ```html ```

hello $set is deprecated in Vue3. So you can assign to variables directly.

you can try ```js import {walkTreeData } from 'he-tree-vue' ```

target node is dragging node. You can get targetPath before drop.

version 2 is for Vue2, version 3 is for Vue3. For Vue2 `npm install he-tree-vue@2`. For Vue3 `npm install he-tree-vue@3`