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 @@