From 6f855e22c4dc16c42c905065972d32aa90d6d39e Mon Sep 17 00:00:00 2001 From: Benedikt Ziemons Date: Thu, 21 Jul 2022 13:00:12 +0200 Subject: [PATCH] Fix indentation/formatting --- src/App.vue | 16 ++-- src/components/TicketList.vue | 148 +++++++++++++++++----------------- 2 files changed, 82 insertions(+), 82 deletions(-) diff --git a/src/App.vue b/src/App.vue index 671566f..18bae74 100644 --- a/src/App.vue +++ b/src/App.vue @@ -2,10 +2,10 @@
- +
@@ -36,7 +36,7 @@ export default { AppContent, AppNavigation, AppNavigationItem, - AppNavigationCaption + AppNavigationCaption, }, data() { @@ -110,9 +110,9 @@ export default { deselectTicket() { this.currentTicket = null }, - newTicket(){ - //TODO generate new empty ticket - } + newTicket() { + // TODO: generate new empty ticket + }, }, } diff --git a/src/components/TicketList.vue b/src/components/TicketList.vue index e233017..1dc6e4c 100644 --- a/src/components/TicketList.vue +++ b/src/components/TicketList.vue @@ -1,63 +1,63 @@