hukaibaihu / vue-org-tree

A simple organization tree based on Vue2.x

Home Page:https://hukaibaihu.github.io/vue-org-tree/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot display child on first load

alfligno opened this issue · comments

When the data is dynamic, the package wont collapse its child or will not show the collapse button, but when being reredered again it shows the data,
image

as of now I've got an alternative solution,
i have to use timeout :)

setTimeout(() => {
// code for the tree
}, 1)