Skip to content

Commit

Permalink
ENH: Ajout plaque ombre des oiseaux
Browse files Browse the repository at this point in the history
  • Loading branch information
tintinmar1995 authored Nov 28, 2024
1 parent b821d74 commit 9d25edc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<v-empty-state
headline="Préparer mon séjour"
title=""
icon="mdi-toothbrush"
:image="logoOdO"
>
<template v-slot:text>
<v-btn>
Expand Down Expand Up @@ -69,13 +69,15 @@
<script>
import welcomeImg from '@/assets/img/gites/home.jpg';
import logoG2F from "@/assets/img/gites-de-france.png";
import logo77 from "@/assets/img/logo_77.png";
import logo77 from "@/assets/img/logo_77.png";
import logoOdO from "@/assets/img/IMG_20241128_234853.jpg'
export default {
name: 'Bienvenue',
data: () => ({
welcomeImg: welcomeImg,
logoG2F: logoG2F,
logo77: logo77,
logo77: logo77,
logoOdO: logoOdO,
})
};
</script>
Expand Down

0 comments on commit 9d25edc

Please sign in to comment.