From 6005f19e2e346b12ca06f2b48bc1ad042cc4689a Mon Sep 17 00:00:00 2001 From: Seth Ladygo Date: Sat, 11 May 2019 01:31:55 -0700 Subject: [PATCH] vue navbar changes --- cateditor/src/components/Navbar.vue | 58 ++++++++++++++++++++++++----- cateditor/src/pages/editor/App.vue | 2 +- cateditor/src/pages/list/App.vue | 9 ++--- 3 files changed, 52 insertions(+), 17 deletions(-) diff --git a/cateditor/src/components/Navbar.vue b/cateditor/src/components/Navbar.vue index 601103b..c12197e 100644 --- a/cateditor/src/components/Navbar.vue +++ b/cateditor/src/components/Navbar.vue @@ -1,30 +1,68 @@ - diff --git a/cateditor/src/pages/editor/App.vue b/cateditor/src/pages/editor/App.vue index 52e0a63..5404591 100644 --- a/cateditor/src/pages/editor/App.vue +++ b/cateditor/src/pages/editor/App.vue @@ -1,6 +1,6 @@