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.
If applicable, add screenshots to help explain your problem.
Steps to reproduce the behavior:
A clear and concise description of what you expected to happen.
The text was updated successfully, but these errors were encountered:
请问你解决这个问题了吗?
Sorry, something went wrong.
可能作者忘了实现这个功能:
/* tree-virtual-node.vue */ props: { // ... onNodeExpand: Function }, /* mixin/node.js */ handleExpandIconClick() { // ... if (this.expanded) { // ... } else { // ... /* add this line. */ this.onNodeExpand && this.onNodeExpand(node.data, node, this); } },
可能作者忘了实现这个功能: /* tree-virtual-node.vue */ props: { // ... onNodeExpand: Function }, /* mixin/node.js */ handleExpandIconClick() { // ... if (this.expanded) { // ... } else { // ... /* add this line. */ this.onNodeExpand && this.onNodeExpand(node.data, node, this); } },
害,我也加了这个代码,点击展开,依然没有出现子节点
No branches or pull requests
Describe the bug
A clear and concise description of what the bug is.
Screenshots
If applicable, add screenshots to help explain your problem.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
environment information
The text was updated successfully, but these errors were encountered: