From 287e5a59a93f6f4168db9a9dccbd8f3a9a00bd74 Mon Sep 17 00:00:00 2001 From: Seth Ladygo Date: Wed, 2 Oct 2019 13:49:20 -0700 Subject: [PATCH] more make eslint happy --- cateditor/src/components/CatalogContents.vue | 6 +++--- cateditor/src/components/DialogHeading.vue | 5 ++++- cateditor/src/components/DragListHeading.vue | 5 ++++- cateditor/src/components/Loading.vue | 5 ++++- cateditor/src/components/Navbar.vue | 7 ++++++- cateditor/src/components/PDFProgress.vue | 5 ++++- cateditor/src/components/SectionDeleteDialog.vue | 3 ++- 7 files changed, 27 insertions(+), 9 deletions(-) diff --git a/cateditor/src/components/CatalogContents.vue b/cateditor/src/components/CatalogContents.vue index 33298cf..4b4a584 100644 --- a/cateditor/src/components/CatalogContents.vue +++ b/cateditor/src/components/CatalogContents.vue @@ -26,7 +26,7 @@ and so section-drop can cover all interior --> - + - + @@ -107,7 +107,7 @@ > {{ item.id }} {{ item.name }} - + diff --git a/cateditor/src/components/DialogHeading.vue b/cateditor/src/components/DialogHeading.vue index 7b9c88b..51600e1 100644 --- a/cateditor/src/components/DialogHeading.vue +++ b/cateditor/src/components/DialogHeading.vue @@ -11,7 +11,10 @@ diff --git a/cateditor/src/components/DragListHeading.vue b/cateditor/src/components/DragListHeading.vue index 1a8d7a2..fc03a78 100644 --- a/cateditor/src/components/DragListHeading.vue +++ b/cateditor/src/components/DragListHeading.vue @@ -11,7 +11,10 @@ diff --git a/cateditor/src/components/SectionDeleteDialog.vue b/cateditor/src/components/SectionDeleteDialog.vue index 71a004d..644231f 100644 --- a/cateditor/src/components/SectionDeleteDialog.vue +++ b/cateditor/src/components/SectionDeleteDialog.vue @@ -38,7 +38,8 @@ export default { value: Boolean, section: { type: Number, - required: false + required: false, + default: null, } }, data: () => ({