This commit is contained in:
jleroy2023
2025-07-15 13:20:57 +02:00
parent e036481ce0
commit 9c25898e9d
3 changed files with 44 additions and 42 deletions

View File

@@ -1,6 +1,6 @@
<template>
<v-app-bar app color="deep-purple accent-4" dark>
<v-toolbar-title @click="$router.push('/')" class="text-white">Mon pokédex</v-toolbar-title>
<v-toolbar-title @click="$router.push('/')" class="text-white cursor-pointer">Mon pokédex</v-toolbar-title>
</v-app-bar>
</template>
<script>