mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-24 12:45:18 +08:00
487001d697
.demo.md for component demo .demo-entry.md for demo entry .md for common docs
265 B
265 B
封面
卡片可以有封面。
<n-card title="带封面的卡片">
<template v-slot:cover>
<img src="https://07akioni.oss-cn-beijing.aliyuncs.com/07akioni.jpeg">
</template>
卡片内容
</n-card>
.n-card {
max-width: 300px;
}