@@ -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 @@
-
-
-