From a10a84de2526bf0131b0a9fac32eb9355db469c1 Mon Sep 17 00:00:00 2001 From: pany <939630029@qq.com> Date: Fri, 26 Aug 2022 15:42:02 +0800 Subject: [PATCH] refactor: TagsView Component --- src/layout/components/TagsView/index.vue | 214 ++++++++++------------- src/store/modules/tags-view.ts | 23 +-- 2 files changed, 96 insertions(+), 141 deletions(-) diff --git a/src/layout/components/TagsView/index.vue b/src/layout/components/TagsView/index.vue index ed7af6b..c34b122 100644 --- a/src/layout/components/TagsView/index.vue +++ b/src/layout/components/TagsView/index.vue @@ -1,5 +1,5 @@