tweak character details page
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user