We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
open_default是后端数据,打算在一开始显示时决定节点是+或是-,看到了getStat(node),但是在Vue3的<script setup>里应该如何使用?tree.value.getStat(node)无法获取数据
The text was updated successfully, but these errors were encountered:
调用getStat需要树准备好。你的需求建议使用statHandler,statHandler在生成stat时被调用。
Sorry, something went wrong.
出现了Cannot read properties of undefined (reading 'children') 这里应该如何设计?哪里有例子吗
statHandler 必须返回stat,可以返回第一个参数
明白了,谢谢大神
No branches or pull requests
open_default是后端数据,打算在一开始显示时决定节点是+或是-,看到了getStat(node),但是在Vue3的<script setup>里应该如何使用?tree.value.getStat(node)无法获取数据
The text was updated successfully, but these errors were encountered: