-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
What problem does this feature solve?
自定义节点内容, 更加灵活展示相关信息
What does the proposed API look like?
插槽形式,举例:
<template #default="{ node, data }">
{{ data.label }}
({{ data.children.length }})