docs_vue2/one/docs/components/content.md
xdm cf6ba3b42e
docs: add docs for layout (#18)
Co-authored-by: GU Yiling <justice360@gmail.com>
2022-01-14 12:08:26 +08:00

16 lines
320 B
Markdown

# Content <small>布局内容</small>
:::tip
`Content` 组件需要配合 [`Layout`](./layout) / [`Header`](./header) / [`Footer`](./footer) / [`Sidebar`](./sidebar) 组件使用。
:::
## 示例
见 [`Layout` 示例](./layout#示例)。
### 插槽
| 名称 | 描述 |
| -- | -- |
| ``default`` | 布局内容。 |