From 89b91728305508caf52ddfe646c77ce8433f5cf4 Mon Sep 17 00:00:00 2001 From: wan wan Date: Tue, 25 May 2021 15:31:50 +0800 Subject: [PATCH] docs: fix typo (#30670) --- components/tag/index.zh-CN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/tag/index.zh-CN.md b/components/tag/index.zh-CN.md index ab641fdcd6..7611a029f8 100644 --- a/components/tag/index.zh-CN.md +++ b/components/tag/index.zh-CN.md @@ -24,7 +24,7 @@ cover: https://gw.alipayobjects.com/zos/alicdn/cH1BOLfxC/Tag.svg | color | 标签色 | string | - | | | icon | 设置图标 | ReactNode | - | | | visible | 是否显示标签 | boolean | true | | -| onClose | 关闭时的回调(可通过 `e.preventdefault()` 来阻止默认行为) | (e) => void | - | | +| onClose | 关闭时的回调(可通过 `e.preventDefault()` 来阻止默认行为) | (e) => void | - | | ### Tag.CheckableTag