From 603c91a81a930d0bbdbe10bec6e2f47f51cdea29 Mon Sep 17 00:00:00 2001 From: tangjinzhou <415800467@qq.com> Date: Wed, 6 Oct 2021 16:56:12 +0800 Subject: [PATCH] refactor: tabs --- components/tabs/demo/custom-tab-bar.vue | 2 +- components/tabs/demo/index.vue | 3 ++ components/tabs/demo/slide.vue | 5 ++- components/tabs/index.en-US.md | 22 +++++++++--- components/tabs/index.zh-CN.md | 36 +++++++++++++------ .../tabs/src/TabNavList/OperationNode.tsx | 3 +- components/tabs/src/TabNavList/index.tsx | 11 +++--- components/tabs/src/hooks/useTouchMove.ts | 7 +--- 8 files changed, 56 insertions(+), 33 deletions(-) diff --git a/components/tabs/demo/custom-tab-bar.vue b/components/tabs/demo/custom-tab-bar.vue index 3ed2fefb6..d87fb3533 100644 --- a/components/tabs/demo/custom-tab-bar.vue +++ b/components/tabs/demo/custom-tab-bar.vue @@ -16,7 +16,7 @@ Customized bar of tab.