From 4acf0cc37175d758890433f3f0b610b7d8431ae0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=9D=E5=85=88=E7=91=9E?= <1490493387@qq.com> Date: Sun, 22 May 2022 00:12:54 +0800 Subject: [PATCH] =?UTF-8?q?refactor(TagsView):=20=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E6=97=A0=E7=94=A8=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: 59902713fd6e0daafbb9388150653f22a50a545b --- src/layout/components/TagsView/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/layout/components/TagsView/index.vue b/src/layout/components/TagsView/index.vue index 19894804..ec419e76 100644 --- a/src/layout/components/TagsView/index.vue +++ b/src/layout/components/TagsView/index.vue @@ -300,7 +300,6 @@ function handleScroll() { onMounted(() => { initTags(); - addTags(); });