diff --git a/src/components/Configuration/AddItem.vue b/src/components/Configuration/AddItem.vue new file mode 100644 index 00000000..782cc9cc --- /dev/null +++ b/src/components/Configuration/AddItem.vue @@ -0,0 +1,19 @@ + + + + + + + + + diff --git a/src/components/Configuration/ConfigContainer.vue b/src/components/Configuration/ConfigContainer.vue new file mode 100644 index 00000000..1cc18e03 --- /dev/null +++ b/src/components/Configuration/ConfigContainer.vue @@ -0,0 +1,50 @@ + + + + Todo + + + + {{this.jsonParser(this.sections)}} + + + + + + + + + + + + + diff --git a/src/components/Settings/ConfigEditor.vue b/src/components/Settings/ConfigLauncher.vue similarity index 77% rename from src/components/Settings/ConfigEditor.vue rename to src/components/Settings/ConfigLauncher.vue index 26a17c40..a0362f65 100644 --- a/src/components/Settings/ConfigEditor.vue +++ b/src/components/Settings/ConfigLauncher.vue @@ -1,20 +1,15 @@ + Config - - - - Todo - - - - {{this.jsonParser(this.sections)}} - - - + + + + @@ -22,19 +17,18 @@
{{this.jsonParser(this.sections)}}