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>
<v-container>
{{ character.characterName }}
{{ character.playerName }}
{{ character.role }}
{{ character.status }}
<h1>{{ character.characterName }} - {{character.role}}</h1>
<h2>Status: {{ character.status }}</h2>
<h2>Player: {{ character.playerName }}</h2>
</v-container>
</template>