feat(Tabs): add nav-bottom slot (#8915)

This commit is contained in:
neverland
2021-06-23 16:38:29 +08:00
committed by GitHub
parent ec0f16b2aa
commit 2877363489
5 changed files with 41 additions and 11 deletions
+5 -4
View File
@@ -297,10 +297,11 @@ export default {
### Tabs Slots
| 名称 | 说明 |
| --------- | ------------ |
| nav-left | 标左侧内容 |
| nav-right | 标右侧内容 |
| 名称 | 说明 |
| ------------------- | -------------- |
| nav-left | 标签栏左侧内容 |
| nav-right | 标签栏右侧内容 |
| nav-bottom `v3.1.1` | 标签栏下方内容 |
### Tab Slots