wuyuedefeng / vue-sortable-tree

vue tree draggable, drag item sort
90 stars 21 forks source link

[Feature Request] Collapse a sub tree. #11

Closed oychao closed 6 years ago

oychao commented 6 years ago

How do I collapse a sub tree? I checked the source code and it seems there is no such feature now.

wuyuedefeng commented 6 years ago

use closeStateKey demo code: https://github.com/wuyuedefeng/vue-sortable-tree/blob/master/example/src/components/Hello.vue

oychao commented 6 years ago

@wuyuedefeng That's what I need, thanks.