From 4332f026426df5ecef437c077618793d11c5593c Mon Sep 17 00:00:00 2001 From: Pan Date: Fri, 24 Nov 2017 14:01:54 +0800 Subject: [PATCH] refactor:change layout --- .../Levelbar.vue => components/Breadcrumb/index.vue} | 6 ++++-- src/views/layout/Layout.vue | 2 +- src/views/layout/{ => components}/AppMain.vue | 0 src/views/layout/{ => components}/Navbar.vue | 10 ++++++---- .../layout/{ => components/Sidebar}/SidebarItem.vue | 0 .../{Sidebar.vue => components/Sidebar/index.vue} | 0 src/views/layout/{ => components}/index.js | 4 ---- 7 files changed, 11 insertions(+), 11 deletions(-) rename src/{views/layout/Levelbar.vue => components/Breadcrumb/index.vue} (87%) rename src/views/layout/{ => components}/AppMain.vue (100%) rename src/views/layout/{ => components}/Navbar.vue (91%) rename src/views/layout/{ => components/Sidebar}/SidebarItem.vue (100%) rename src/views/layout/{Sidebar.vue => components/Sidebar/index.vue} (100%) rename src/views/layout/{ => components}/index.js (72%) diff --git a/src/views/layout/Levelbar.vue b/src/components/Breadcrumb/index.vue similarity index 87% rename from src/views/layout/Levelbar.vue rename to src/components/Breadcrumb/index.vue index e34d56c..2264ac9 100644 --- a/src/views/layout/Levelbar.vue +++ b/src/components/Breadcrumb/index.vue @@ -1,9 +1,11 @@ @@ -36,7 +38,7 @@ export default {