From 50dffb273fe97f75f61e325aa4108f058aa945d5 Mon Sep 17 00:00:00 2001 From: bartvdbraak Date: Fri, 31 Jan 2020 16:13:10 +0100 Subject: [PATCH] navigation emits --- src/App.vue | 2 +- src/components/ConfigSection.vue | 27 +++++++++++++++++++++++++++ src/components/LeftNav.vue | 5 ++--- src/components/MainContent.vue | 15 ++++++++++----- src/components/NavItem.vue | 9 ++++++++- src/components/TableSection.vue | 14 ++++++++++++-- 6 files changed, 60 insertions(+), 12 deletions(-) create mode 100644 src/components/ConfigSection.vue diff --git a/src/App.vue b/src/App.vue index 982b55f..5daecc2 100644 --- a/src/App.vue +++ b/src/App.vue @@ -21,7 +21,7 @@ export default { MainContent, LeftNav, TopNav, - } + }, } diff --git a/src/components/ConfigSection.vue b/src/components/ConfigSection.vue new file mode 100644 index 0000000..3a7e55f --- /dev/null +++ b/src/components/ConfigSection.vue @@ -0,0 +1,27 @@ + + + + + diff --git a/src/components/LeftNav.vue b/src/components/LeftNav.vue index 942f241..f17ba98 100644 --- a/src/components/LeftNav.vue +++ b/src/components/LeftNav.vue @@ -2,13 +2,13 @@