ant-design-vue
ant-design-vue copied to clipboard
a-cascader 支持自定义节点内容
- [ ] 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 }})