ant-design-vue icon indicating copy to clipboard operation
ant-design-vue copied to clipboard

a-cascader 支持自定义节点内容

Open Thunder7991 opened this issue 6 months ago • 0 comments

  • [ ] 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 }})

Thunder7991 avatar Aug 26 '24 03:08 Thunder7991