This commit is contained in:
2023-07-23 22:38:59 +02:00
parent b35de64cea
commit 28fe055f32
11 changed files with 3 additions and 36 deletions
-3
View File
@@ -20,9 +20,6 @@ export default defineComponent({
props: {
adventurer: {
type: Object as PropType<Adventurer>,
default() {
return {} as Adventurer;
},
required: true,
}
},