We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.4.12
os: macOS vue: 2.6.11
#223
https://codesandbox.io/s/naughty-shadow-jcfvw
官方网站 https://www.antdv.com/components/tree-cn/ 自定义图标部分选中不能自动切换图标
<template slot="custom" slot-scope="{selected}"> <a-icon :type="selected ? 'frown':'frown-o'" /> </template>
selected = undefined
selected 能正常获取到值
selected 不能正常获取到值
The text was updated successfully, but these errors were encountered:
1a61d1f 等 1.5.0-rc.5
Sorry, something went wrong.
更新到最新版本 还是取不到selected
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
No branches or pull requests
Version
1.4.12
Environment
os: macOS vue: 2.6.11
Reproduction link
#223
https://codesandbox.io/s/naughty-shadow-jcfvw
Steps to reproduce
官方网站 https://www.antdv.com/components/tree-cn/ 自定义图标部分选中不能自动切换图标
selected = undefined
What is expected?
selected 能正常获取到值
What is actually happening?
selected 不能正常获取到值
The text was updated successfully, but these errors were encountered: