mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-27 05:00:48 +08:00
457 B
457 B
分段
content
和 footer
可以被 hard
或 soft
分段,action
可以被分段。分段分割线会在区域的上方出现。
<n-card title="卡片分段示例" :segmented="{
content: 'hard',
footer: 'soft'
}">
<template v-slot:header-extra>
v-slot:header-extra
</template>
卡片内容
<template v-slot:footer>
v-slot:footer
</template>
<template v-slot:action>
v-slot:action
</template>
</n-card>