diff --git a/cateditor/src/App.vue b/cateditor/src/App.vue index a12b39f..a81cac7 100644 --- a/cateditor/src/App.vue +++ b/cateditor/src/App.vue @@ -14,15 +14,15 @@ import Navbar from './components/Navbar' import CatalogEditor from './components/CatalogEditor' export default { - name: 'App', - components: { - Navbar, - CatalogEditor - }, - data () { - return { - // - } + name: 'App', + components: { + Navbar, + CatalogEditor + }, + data () { + return { + // } + } } diff --git a/cateditor/src/components/CatalogContents.vue b/cateditor/src/components/CatalogContents.vue index 33b4762..c1236a3 100644 --- a/cateditor/src/components/CatalogContents.vue +++ b/cateditor/src/components/CatalogContents.vue @@ -37,14 +37,14 @@ diff --git a/cateditor/src/components/CatalogEditor.vue b/cateditor/src/components/CatalogEditor.vue index 330548c..2c1fdc1 100644 --- a/cateditor/src/components/CatalogEditor.vue +++ b/cateditor/src/components/CatalogEditor.vue @@ -1,41 +1,41 @@ diff --git a/cateditor/src/components/CatalogInfo.vue b/cateditor/src/components/CatalogInfo.vue index 33b4762..c1236a3 100644 --- a/cateditor/src/components/CatalogInfo.vue +++ b/cateditor/src/components/CatalogInfo.vue @@ -37,14 +37,14 @@ diff --git a/cateditor/src/components/Navbar.vue b/cateditor/src/components/Navbar.vue index 8f59fff..7847856 100644 --- a/cateditor/src/components/Navbar.vue +++ b/cateditor/src/components/Navbar.vue @@ -19,9 +19,9 @@