From 58d8695880eb72465a0746a2a7ef4ecedf858fe1 Mon Sep 17 00:00:00 2001 From: Benedikt Ziemons Date: Sun, 22 Aug 2021 18:01:29 +0200 Subject: [PATCH] Add first TicketList revision --- src/App.vue | 55 ++++++++++++++++++-- src/components/TicketList.vue | 95 +++++++++++++++++++++++++++++++++++ src/main.js | 2 +- 3 files changed, 146 insertions(+), 6 deletions(-) create mode 100644 src/components/TicketList.vue diff --git a/src/App.vue b/src/App.vue index 3611918..e477ec0 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,9 +1,13 @@ @@ -11,17 +15,58 @@ diff --git a/src/main.js b/src/main.js index 99d454e..ea9937a 100644 --- a/src/main.js +++ b/src/main.js @@ -3,7 +3,7 @@ * * @author John MolakvoƦ * - * @license GNU AGPL version 3 or any later version + * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as