From 9c73563e68010a2de3d60c741e418ce4c2d84bce Mon Sep 17 00:00:00 2001 From: ocean_gao Date: Thu, 4 Jul 2024 10:41:15 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20tabs=20=E6=96=87=E6=A1=A3=E8=A1=A5?= =?UTF-8?q?=E5=85=85=20(#862)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vitepress/components/tabs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vitepress/components/tabs/index.md b/docs/.vitepress/components/tabs/index.md index 2d1c3869..70b28693 100644 --- a/docs/.vitepress/components/tabs/index.md +++ b/docs/.vitepress/components/tabs/index.md @@ -100,7 +100,7 @@ panes.vue | -------- | -------------------- | ----------- | | close | 页签关闭按钮点击回调 | (key) => {} | | change | 切换 tab 时回调 | (key) => {} | -| click | 点击 tab 时回调 | (key) => {} | +| clickTab | 点击 tab 时回调 | (key) => {} | ## Tabs Slots