mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-05 05:29:01 +08:00
355 B
355 B
#### 典型卡片
包含标题、内容、操作区域。
#### Basic card
A basic card containing a title, content and an extra corner content.
<template>
<a-card title="Card Title">
<a href="#" slot="extra">more</a>
<p>card content</p>
<p>card content</p>
<p>card content</p>
</a-card>
</template>