From 3037aa6026fdd1ccf175c222c2ebae7fff4a2bd8 Mon Sep 17 00:00:00 2001 From: Seth Ladygo Date: Wed, 3 Apr 2019 00:09:09 -0700 Subject: [PATCH] *.vue: update indentation --- cateditor/src/App.vue | 18 ++-- cateditor/src/components/CatalogContents.vue | 16 ++-- cateditor/src/components/CatalogEditor.vue | 92 ++++++++++---------- cateditor/src/components/CatalogInfo.vue | 16 ++-- cateditor/src/components/Navbar.vue | 6 +- 5 files changed, 74 insertions(+), 74 deletions(-) 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 @@