We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A clear and concise description of what the bug is..
<BasicTree :defaultExpandAll="true" :treeData="roles" :showLine="true" :replaceFields="{ children: 'children', title: 'name', key: 'id' }" v-model:selectedKeys="selectKeys" /> const selectKeys = ref<string[]>([]);
推测和 Tree/index.vue 的这里有关
改为这样就正常
The text was updated successfully, but these errors were encountered:
a405de8
fix(tree): ebsure the expansion is functioning properly close vbenjs#362
ef400d3
No branches or pull requests
Describe the bug
A clear and concise description of what the bug is..
Reproduction
推测和 Tree/index.vue 的这里有关
改为这样就正常
The text was updated successfully, but these errors were encountered: