From 12e869ddeb513a99a1a4964ed6da528b6a405903 Mon Sep 17 00:00:00 2001 From: paopao Date: Wed, 14 Sep 2022 12:27:02 +0800 Subject: [PATCH] feat: multiple tabs support action (#297) * feat: multiple tabs support action * refactor: tap change to tab * feat(tab-router): handle operation effect Co-authored-by: Uyarn --- src/layouts/components/LayoutContent.vue | 47 +++++++++++++++++++++--- 1 file changed, 42 insertions(+), 5 deletions(-) diff --git a/src/layouts/components/LayoutContent.vue b/src/layouts/components/LayoutContent.vue index fe730df..58cbfe6 100644 --- a/src/layouts/components/LayoutContent.vue +++ b/src/layouts/components/LayoutContent.vue @@ -19,19 +19,23 @@