-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
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
组件 Card.Meta 属性description和title 的类型问题 #83
Comments
都支持的 |
目前vue-antd-ui版本1.0.0,Card.meta 里 slot="description" 组件无法显示,不知什么原因。如下,description组件无法显示: <a-card :hoverable="true">
<a-card-meta :title="item.title">
<a-avatar class="card-avatar" slot="avatar" :src="item.avatar" size="large" />
<div slot="description">{{item.content}}</div>
</a-card-meta>
<ul class="ant-card-actions" slot="actions">
<li><a >操作一</a></li>
<li><a >操作二</a></li>
</ul>
</a-card> |
感谢 |
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What problem does this feature solve?
官方API文档中 Card.Meta 属性description和title 类型为slot,但查看源码后发现该属性实际为String。希望更新此属性类型为slot。
What does the proposed API look like?
期望API同文档保持一致
The text was updated successfully, but these errors were encountered: