Skip to content

Commit

Permalink
Pas dédoubler photo
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard committed Apr 11, 2024
1 parent 2735cd4 commit b5b0b28
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/étapes/démo/EntréeDonnée.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</v-card-subtitle>
</v-card-item>
<v-card-text>
<v-img class="pb-6" :src="observation?.image" />
<v-img v-if="!mdAndUp" class="pb-6" :src="observation?.image" />
<v-text-field
v-model="précip"
variant="outlined"
Expand Down Expand Up @@ -56,14 +56,15 @@ import {
import type { InfoObservation, InfoStation } from "@/données/népal";
import { computed, ref } from "vue";
import { useDisplay } from "vuetify";
const props = defineProps<{station: InfoStation, observation?: InfoObservation, enSoumission: boolean}>();
const émettre = defineEmits<{
(e: 'soumettre', args: { précip: number }): void;
(e: 'prendrePhoto'): void;
}>();
const { mdAndUp } = useDisplay();
const { மொழியாக்கம்_பயன்படுத்து } = கிளிமூக்கை_பயன்படுத்து();
const { $மொ: t, மொ: t_ } = மொழியாக்கம்_பயன்படுத்து();
const { எண்ணை_வடிவூட்டு } = எண்களைப்_பயன்படுத்து();
Expand Down

0 comments on commit b5b0b28

Please sign in to comment.