vueComponent / ant-design-vue

🌈 An enterprise-class UI components based on Ant Design and Vue. 🐜
https://antdv.com/
Other
20.24k stars 3.79k forks source link

tree-select treeIcon customization is invalid #4311

Open felixfjing opened 3 years ago

felixfjing commented 3 years ago

Version

1.7.3

Environment

win10、chrome、vue2.x

Reproduction link

Edit on CodeSandbox

Steps to reproduce

https://codesandbox.io/s/vue-antd-template-forked-2u70w

What is expected?

自定义图标能显示

What is actually happening?

自定义图标没有显示

tangjinzhou commented 3 years ago

没支持这个属性啊 文档也没写啊

felixfjing commented 3 years ago

没支持这个属性啊 文档也没写啊 有这个属性,但是图标怎么都不展示,对应的插槽也设置了,看源码貌似好像没实现这个功能。

treeIcon | 是否展示 TreeNode title 前的图标,没有默认样式,如设置为 true,需要自行定义图标相关样式 | boolean | false -- | -- | -- | --
zkwolf commented 2 years ago

不太明白,Codesandbox里的结果不符合预期吗