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
3.2.3
vue3.2、mac、chrome v99
https://github.com/bfclouds/cycler/blob/master/feature/src/views/pluginMarket/components/plugin-wrapper.vue
使用closeIcon插槽无效,查看源码,发现如下代码:
{$closeIcon === undefined ? <CloseOutlined></CloseOutlined> : null}
实际上应该是
{$closeIcon === undefined ? <CloseOutlined></CloseOutlined> : $closeIcon}
正常显示自定义的closeIcon
空白
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Version
3.2.3
Environment
vue3.2、mac、chrome v99
Reproduction link
https://github.com/bfclouds/cycler/blob/master/feature/src/views/pluginMarket/components/plugin-wrapper.vue
Steps to reproduce
使用closeIcon插槽无效,查看源码,发现如下代码:
实际上应该是
What is expected?
正常显示自定义的closeIcon
What is actually happening?
空白
The text was updated successfully, but these errors were encountered: