From d6693c12019548a91d6607fbd633d201125061cb Mon Sep 17 00:00:00 2001 From: Admin <978517621@qq.com> Date: 星期六, 20 八月 2022 15:56:59 +0800 Subject: [PATCH] Default Changelist --- src/layout/navBars/tagsView/tagsView.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/layout/navBars/tagsView/tagsView.vue b/src/layout/navBars/tagsView/tagsView.vue index 67e1b57..d0558d5 100644 --- a/src/layout/navBars/tagsView/tagsView.vue +++ b/src/layout/navBars/tagsView/tagsView.vue @@ -198,7 +198,7 @@ ) ); if (current.length <= 0) { - // 防止:Avoid app logic that relies on enumerating keys on a component instance. The keys will be empty in production mode to avoid performance overhead. + // 防止:Avoid app logic that relies on enumerating keys on a components instance. The keys will be empty in production mode to avoid performance overhead. let findItem = state.tagsViewRoutesList.find((v: any) => v.path === isDynamicPath); if (!findItem) return false; if (findItem.meta.isAffix) return false; -- Gitblit v1.9.2