From 2acc0c7252504882d6b365e5d1f1b0d4da0e3ef7 Mon Sep 17 00:00:00 2001 From: widlam Date: Wed, 14 Jun 2023 11:05:50 +0200 Subject: [PATCH] Added aliases, fixed typescript and vite config --- new-frontend/src/App.vue | 1 - .../src/components/FormatterComponent.vue | 1 - new-frontend/src/components/LandingComponent.vue | 1 - .../src/components/RestMockComponent.vue | 1 - new-frontend/src/router/index.ts | 8 ++++---- new-frontend/src/shims-vue.d.ts | 1 + new-frontend/src/views/FormatterView.vue | 2 +- new-frontend/src/views/LandingView.vue | 3 ++- new-frontend/src/views/RestMockView.vue | 2 +- new-frontend/src/views/XmlToolView.vue | 2 +- new-frontend/tsconfig.json | 16 ++++++++++++---- new-frontend/vite.config.ts | 4 +++- 12 files changed, 25 insertions(+), 17 deletions(-) create mode 100644 new-frontend/src/shims-vue.d.ts diff --git a/new-frontend/src/App.vue b/new-frontend/src/App.vue index 73c3cbe..d9dd349 100644 --- a/new-frontend/src/App.vue +++ b/new-frontend/src/App.vue @@ -1,7 +1,6 @@ diff --git a/new-frontend/src/components/LandingComponent.vue b/new-frontend/src/components/LandingComponent.vue index 8d6ca36..b3c0bde 100644 --- a/new-frontend/src/components/LandingComponent.vue +++ b/new-frontend/src/components/LandingComponent.vue @@ -1,6 +1,5 @@