From 455ef5c1d5897692acae518189b8b5d706498bf2 Mon Sep 17 00:00:00 2001 From: vrifox Date: Thu, 8 Jun 2023 18:32:58 +0200 Subject: [PATCH] this is another dirty sync commit --- src/components/Data.vue | 20 ++++++++++++++++---- src/main.ts | 4 ++-- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/src/components/Data.vue b/src/components/Data.vue index fbf7ae1..6430de8 100644 --- a/src/components/Data.vue +++ b/src/components/Data.vue @@ -1,18 +1,30 @@ \ No newline at end of file diff --git a/src/main.ts b/src/main.ts index 12f9b31..d6e276e 100644 --- a/src/main.ts +++ b/src/main.ts @@ -7,7 +7,7 @@ const app = createApp(App) app.config.globalProperties = { ...app.config.globalProperties, - apiUri: 'https://jsonplaceholder.typicode.com/posts/', + apiUri: 'https://joergreichert.de/srm/input.json', applicationName: 'Stadtratmonitor', menuEntries: { 0: { @@ -22,7 +22,7 @@ app.config.globalProperties = { name: 'Glossar', uri: '/glossar' } -}, + }, } app.mount('#app')