diff --git a/index.html b/index.html index 42c27c3..671afc2 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - +
diff --git a/src/App.vue b/src/App.vue index 9c00208..cee8f30 100644 --- a/src/App.vue +++ b/src/App.vue @@ -8,6 +8,7 @@ import { type PokemonListItem, TYPE_COLORS, } from "@/lib/pokeapi" +import { TYPE_FR } from "@/lib/locale-fr" import { useFavorites } from "@/composables/useFavorites" import PokemonCard from "@/components/PokemonCard.vue" import PokemonModal from "@/components/PokemonModal.vue" @@ -34,6 +35,14 @@ const detailError = refFiltering…
+Filtrage…
{{ loadError }}