naive-ui/demo/documentation/components/card/zhCN/border.md

8 lines
128 B
Markdown
Raw Normal View History

2019-12-02 03:16:35 +08:00
# 边框
卡片可以没有边框。
```html
<n-card :bordered="false" title="无边框的卡片">
卡片内容
</n-card>
```