This commit is contained in:
jleroy2023
2025-07-15 13:24:23 +02:00
parent 9c25898e9d
commit 8f00c83b08

View File

@@ -1,7 +1,7 @@
<template> <template>
<v-col cols="12" sm="4" md="3"> <v-col cols="12" sm="4" md="3">
<v-card class="hover:scale-105 transition" @click="$router.push('/pokemon/' + pokemon.pokedex_id)"> <v-card class="hover:scale-105 transition" @click="$router.push('/pokemon/' + pokemon.pokedex_id)">
<v-img :src="pokemon.sprites.regular" height="200px" /> <v-img :src="pokemon.sprites.regular" height="200px h-20" />
<v-card-title>{{ pokemon.name.fr }}</v-card-title> <v-card-title>{{ pokemon.name.fr }}</v-card-title>
</v-card> </v-card>
</v-col> </v-col>