FIX
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<v-col cols="12" sm="4" md="3">
|
||||
<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>
|
||||
</v-col>
|
||||
|
||||
Reference in New Issue
Block a user