From f609c224b19e316834edb6c46ed3e09cea53af44 Mon Sep 17 00:00:00 2001 From: neverland Date: Sun, 20 Sep 2020 10:13:05 +0800 Subject: [PATCH] docs(Tab): title slot can be dynamic (#7213) --- src/tab/README.zh-CN.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/tab/README.zh-CN.md b/src/tab/README.zh-CN.md index ba61dbe7b..77a10cb63 100644 --- a/src/tab/README.zh-CN.md +++ b/src/tab/README.zh-CN.md @@ -289,7 +289,7 @@ export default { ### Tab Slots -| 名称 | 说明 | -| ------- | -------------------------- | -| default | 标签页内容 | -| title | 自定义标题,不支持动态渲染 | +| 名称 | 说明 | +| ------- | ---------- | +| default | 标签页内容 | +| title | 自定义标题 |