-
Notifications
You must be signed in to change notification settings - Fork 135
Open
Description
组件上node-text="name", 用了
<template #node="{data, node: {depth}, radius, isRetracted}"> <template v-if="data.children && data.children.length"> <circle r="6" stroke="red"> <title>BB{{ data.text }} {{ depth }}</title> </circle> </template> <template v-else> <circle r="6" stroke="yellow"> <title>AA{{ data.text }} {{ depth }}</title> </circle> </template> </template>
显示的名字还是不带AA.. 或BB..
Metadata
Metadata
Assignees
Labels
No labels