docs(Tab): title slot can be dynamic (#7213)

This commit is contained in:
neverland 2020-09-20 10:13:05 +08:00 committed by GitHub
parent 17bd32491f
commit f609c224b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -290,6 +290,6 @@ export default {
### Tab Slots
| 名称 | 说明 |
| ------- | -------------------------- |
| ------- | ---------- |
| default | 标签页内容 |
| title | 自定义标题,不支持动态渲染 |
| title | 自定义标题 |