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

@@ -1,5 +1,10 @@
<template>
<v-app-bar color="deep-purple accent-4" dark>
<v-toolbar-title class="text-white">Mon pokédex</v-toolbar-title>
<v-toolbar-title @click="$router.push('/')" class="text-white">Mon pokédex</v-toolbar-title>
</v-app-bar>
</template>
<script>
export default {
props: ['pokemon']
}
</script>