From 55517f6c1bf8844a76de057e5d4afc2f5813fcc0 Mon Sep 17 00:00:00 2001 From: minie4 Date: Tue, 6 Jun 2023 21:02:09 +0200 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20Replace=20relative=20paths?= =?UTF-8?q?=20with=20"@"=20alias?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 10 +++++----- src/components/date-selector.vue | 4 ++-- src/components/day-carousel.vue | 6 +++--- src/components/history-list.vue | 6 +++--- src/components/substitution-list.vue | 6 +++--- src/components/timetable-list.vue | 4 ++-- src/components/titlebar-element.vue | 2 +- src/i18n.js | 2 +- src/main.js | 6 +++--- src/router/index.js | 14 +++++++------- src/store.js | 4 ++-- src/util.js | 2 +- src/views/HistoryView.vue | 4 ++-- src/views/SettingsView.vue | 3 ++- src/views/SubstitutionView.vue | 4 ++-- src/views/TimetableView.vue | 10 +++++----- 16 files changed, 44 insertions(+), 43 deletions(-) diff --git a/src/App.vue b/src/App.vue index 8eb7210..e11cf99 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,10 +1,10 @@