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
树节点可能会渲染比较复杂的DOM结构,通过slot放在template中会比 render 方法更加直观 参考element-plus的使用方式:
slot
template
render
<VTree> <template #node={ node }> <div class="custom-node">{{ node.name }}</div> </template> </VTree>
The text was updated successfully, but these errors were encountered:
同感!
Sorry, something went wrong.
@zhoushengdong 4.0.0已更新
feat: pick 3.x features #71 #79 #88 #89
60f4c54
No branches or pull requests
树节点可能会渲染比较复杂的DOM结构,通过
slot
放在template
中会比render
方法更加直观参考element-plus的使用方式:
The text was updated successfully, but these errors were encountered: