From 04905491d1b9d9f64111ab0f2eb8a559d4618190 Mon Sep 17 00:00:00 2001 From: SirZalen Date: Tue, 21 Nov 2023 14:34:33 +0100 Subject: [PATCH] add some content in home and information --- src/views/Association.vue | 4 +++- src/views/Eat.vue | 2 +- src/views/Home.vue | 8 +++++--- src/views/Informations.vue | 7 +++---- 4 files changed, 12 insertions(+), 9 deletions(-) diff --git a/src/views/Association.vue b/src/views/Association.vue index 2293382..978f33f 100755 --- a/src/views/Association.vue +++ b/src/views/Association.vue @@ -4,6 +4,8 @@ import Content from '@/components/Content.vue'; diff --git a/src/views/Eat.vue b/src/views/Eat.vue index 18f0361..f8551a2 100755 --- a/src/views/Eat.vue +++ b/src/views/Eat.vue @@ -4,5 +4,5 @@ import Content from '@/components/Content.vue'; diff --git a/src/views/Home.vue b/src/views/Home.vue index e13fa7d..f8d6cba 100755 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -30,9 +30,9 @@ onMounted(async () => {
- - - +
+ Tournois +
{ :key="tournament" />
+ +
diff --git a/src/views/Informations.vue b/src/views/Informations.vue index 60c3c3c..d8358d0 100755 --- a/src/views/Informations.vue +++ b/src/views/Informations.vue @@ -5,9 +5,8 @@ import Map from '@/components/Map.vue';