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
4.2.3
vue3
https://next.antdv.com/components/tree-cn#api
使用a-tree的时候,配置了treeData,并且里面有children,但是页面上始终没有渲染子级,看了很久才发现是isLeaf的问题
期望将isLeaf的默认值改回false,或者将官网文档修改一下。因为很容易误导使用者,且这个问题不太好发现。
TreeNode 的isLeaf官网写着默认值为false,但实际默认值为true
The text was updated successfully, but these errors were encountered:
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Version
4.2.3
Environment
vue3
Reproduction link
https://next.antdv.com/components/tree-cn#api
Steps to reproduce
使用a-tree的时候,配置了treeData,并且里面有children,但是页面上始终没有渲染子级,看了很久才发现是isLeaf的问题
What is expected?
期望将isLeaf的默认值改回false,或者将官网文档修改一下。因为很容易误导使用者,且这个问题不太好发现。
What is actually happening?
TreeNode 的isLeaf官网写着默认值为false,但实际默认值为true
The text was updated successfully, but these errors were encountered: