mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-24 12:45:18 +08:00
258 B
258 B
Cover
Card can have a cover.
<n-card title="Card with Cover">
<template #cover>
<img src="https://07akioni.oss-cn-beijing.aliyuncs.com/07akioni.jpeg" />
</template>
Card Content
</n-card>
.n-card {
max-width: 300px;
}