From 2eb91123b014ec4fce62a5d60a34edb635167404 Mon Sep 17 00:00:00 2001 From: woshixiaoqianbi Date: Tue, 21 May 2019 18:00:03 +0800 Subject: [PATCH] restore router tag --- frontend/src/views/layout/Layout.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/views/layout/Layout.vue b/frontend/src/views/layout/Layout.vue index bf284ee6..2b182d31 100644 --- a/frontend/src/views/layout/Layout.vue +++ b/frontend/src/views/layout/Layout.vue @@ -4,7 +4,7 @@
- +
@@ -14,8 +14,8 @@ import { Navbar, Sidebar, - AppMain - // TagsView + AppMain, + TagsView } from './components' import ResizeMixin from './mixin/ResizeHandler' @@ -24,7 +24,7 @@ export default { components: { Navbar, Sidebar, - // TagsView, + TagsView, AppMain }, mixins: [ResizeMixin],