From 277b0a2e89b8b36306d26a6a1b635ee26c162805 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Tue, 19 Jan 2021 10:46:18 +0300 Subject: [PATCH] Linting --- src/components/paginator/Paginator.vue | 2 +- src/views/checkbox/CheckboxDoc.vue | 2 +- src/views/dropdown/DropdownDoc.vue | 2 +- src/views/floatlabel/FloatLabelDemo.vue | 4 ++-- src/views/invalid/InvalidDemo.vue | 4 ++-- src/views/liveeditor/LiveEditorData.js | 2 +- src/views/steps/ConfirmationDemo.vue | 2 +- src/views/steps/StepsDoc.vue | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/components/paginator/Paginator.vue b/src/components/paginator/Paginator.vue index f321f3074..85dcafa19 100755 --- a/src/components/paginator/Paginator.vue +++ b/src/components/paginator/Paginator.vue @@ -195,7 +195,7 @@ export default { 'PageLinks': PageLinks, 'PrevPageLink': PrevPageLink, 'RowsPerPageDropdown': RowsPerPageDropdown, - }, + } } diff --git a/src/views/checkbox/CheckboxDoc.vue b/src/views/checkbox/CheckboxDoc.vue index 83e1a78dd..641a8e88b 100755 --- a/src/views/checkbox/CheckboxDoc.vue +++ b/src/views/checkbox/CheckboxDoc.vue @@ -232,7 +232,7 @@ export default { }, created() { this.selectedCategories = this.categories.slice(1,3); - }, + } } ` diff --git a/src/views/dropdown/DropdownDoc.vue b/src/views/dropdown/DropdownDoc.vue index fdf8fe948..d86bfec41 100755 --- a/src/views/dropdown/DropdownDoc.vue +++ b/src/views/dropdown/DropdownDoc.vue @@ -402,7 +402,7 @@ export default { {name: 'United States', code: 'US'} ] } - }, + } } diff --git a/src/views/floatlabel/FloatLabelDemo.vue b/src/views/floatlabel/FloatLabelDemo.vue index ec34d434f..8a62295ed 100644 --- a/src/views/floatlabel/FloatLabelDemo.vue +++ b/src/views/floatlabel/FloatLabelDemo.vue @@ -203,7 +203,7 @@ export default { } }, 250); } - }, + } } @@ -260,7 +260,7 @@ export default { } }, 250); } - }, + } } diff --git a/src/views/invalid/InvalidDemo.vue b/src/views/invalid/InvalidDemo.vue index 9ded5bf81..cb1191a59 100644 --- a/src/views/invalid/InvalidDemo.vue +++ b/src/views/invalid/InvalidDemo.vue @@ -126,7 +126,7 @@ export default { } }, 250); } - }, + } } @@ -182,7 +182,7 @@ export default { } }, 250); } - }, + } } diff --git a/src/views/liveeditor/LiveEditorData.js b/src/views/liveeditor/LiveEditorData.js index f5ee53cc2..b92b06586 100644 --- a/src/views/liveeditor/LiveEditorData.js +++ b/src/views/liveeditor/LiveEditorData.js @@ -4298,7 +4298,7 @@ const data = { {"id": "1009","code": "cm230f032","name": "Gaming Set","description": "Product Description","image": "gaming-set.jpg","price": 299,"category": "Electronics","quantity": 63,"inventoryStatus": "INSTOCK","rating": 3,"orders": [{"id": "10000","productCode": "cm230f032","date": "2020-06-24","amount": 299,"quantity": 1,"customer": "Kadeem Mujtaba","status": "PENDING"},{"id": "10001","productCode": "cm230f032","date": "2020-05-11","amount": 299,"quantity": 1,"customer": "Ashley Wickens","status": "DELIVERED"},{"id": "10002","productCode": "cm230f032","date": "2019-02-07","amount": 299,"quantity": 1,"customer": "Julie Johnson","status": "DELIVERED"},{"id": "10003","productCode": "cm230f032","date": "2020-04-26","amount": 299,"quantity": 1,"customer": "Tony Costa","status": "CANCELLED"}]} ] } - `, + ` } export { services, data }; diff --git a/src/views/steps/ConfirmationDemo.vue b/src/views/steps/ConfirmationDemo.vue index b05b8d764..8a0fb1b24 100755 --- a/src/views/steps/ConfirmationDemo.vue +++ b/src/views/steps/ConfirmationDemo.vue @@ -64,6 +64,6 @@ export default { complete() { this.$emit('complete'); } - }, + } } \ No newline at end of file diff --git a/src/views/steps/StepsDoc.vue b/src/views/steps/StepsDoc.vue index 0ffb0731f..34cf8fdc0 100755 --- a/src/views/steps/StepsDoc.vue +++ b/src/views/steps/StepsDoc.vue @@ -495,7 +495,7 @@ export default { complete() { this.$emit('complete'); } - }, + } }