tweak character details page

This commit is contained in:
jmosrael@gmail.com
2024-05-12 16:36:07 -07:00
parent 991f92091a
commit ddef1d8e4d

View File

@@ -1,9 +1,8 @@
<template> <template>
<v-container> <v-container>
{{ character.characterName }} <h1>{{ character.characterName }} - {{character.role}}</h1>
{{ character.playerName }} <h2>Status: {{ character.status }}</h2>
{{ character.role }} <h2>Player: {{ character.playerName }}</h2>
{{ character.status }}
</v-container> </v-container>
</template> </template>