no message
Former-commit-id: aa19087e500aea381a2f7eb90721f2d9871272f1 Former-commit-id: e89fcc86afc432f9a84b203bd139615d5dea674f Former-commit-id: db8808227a4aa2607af284c82fad0ccf60b93fa6
This commit is contained in:
16
static/markdownFiles/article/组件 - 页面容器 - 基础.md
Normal file
16
static/markdownFiles/article/组件 - 页面容器 - 基础.md
Normal file
@@ -0,0 +1,16 @@
|
||||
基础页面容器
|
||||
|
||||
```
|
||||
<Container>
|
||||
主体内容
|
||||
</Container>
|
||||
```
|
||||
|
||||
使用 `slot`
|
||||
|
||||
```
|
||||
<Container>
|
||||
<template slot="header">我是插入到 header 中的内容</template>
|
||||
主体内容
|
||||
</Container>
|
||||
```
|
||||
Reference in New Issue
Block a user