From ae2754a5683522f1389f9b0ec7837bc43691f953 Mon Sep 17 00:00:00 2001 From: Pan Date: Mon, 8 Oct 2018 17:19:32 +0800 Subject: [PATCH] fix[TagsView]: fixed visitedViews bug Some strange bugs occur when the names of the routes are the same. --- src/views/layout/components/TagsView.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/layout/components/TagsView.vue b/src/views/layout/components/TagsView.vue index eefb545..6d878e6 100644 --- a/src/views/layout/components/TagsView.vue +++ b/src/views/layout/components/TagsView.vue @@ -2,10 +2,10 @@