-
-
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.
Version
1.4.12
Environment
os: macOS vue: 2.6.11
Reproduction link
https://codesandbox.io/s/naughty-shadow-jcfvw
Steps to reproduce
官方网站 https://www.antdv.com/components/tree-cn/ 自定义图标部分选中不能自动切换图标
<template slot="custom" slot-scope="{selected}">
<a-icon :type="selected ? 'frown':'frown-o'" />
</template>
selected = undefined
What is expected?
selected 能正常获取到值
What is actually happening?
selected 不能正常获取到值