This commit is contained in:
jleroy2023
2025-07-15 12:07:02 +02:00
parent 1851ae84e4
commit 505ad71815
4 changed files with 117 additions and 24 deletions

View File

@@ -22,7 +22,6 @@ export default {
components: { PokemonCard, GenerationFilter },
data() {
return {
// Toutes les générations par défaut, donc on montre tout au départ
selectedGen: [1, 2, 3, 4, 5, 6, 7, 8, 9],
pokemons: [],
}