-
-
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
2.0.0-beta.15
Environment
vue: 3.0.2
Reproduction link
Steps to reproduce
<Card
v-slots={{
actions: () => (
<span class="ant-card-actions">
<SettingOutlined key="setting" />
<EditOutlined key="edit" />
<LogoutOutlined key="logout" onClick={logout} />
</span>
),
cover: () => (
<img alt="user" style="margin: 10px; width: 280px" src={userCover} />
)
}}
>
<Card.Meta title={user.name} description={user.content} />What is expected?
What is actually happening?
actions 插槽没有正常显示
