mirror of
https://github.com/YouHaveTrouble/GuildMaster.git
synced 2026-05-12 06:26:59 +00:00
fix over 30 ts errors
This commit is contained in:
@@ -50,9 +50,15 @@ export default defineComponent({
|
||||
props: {
|
||||
missive: {
|
||||
type: Object as PropType<Quest>,
|
||||
default() {
|
||||
return {} as Quest;
|
||||
},
|
||||
},
|
||||
adventurers: {
|
||||
type: Object as PropType<{[key: string]: Adventurer}>,
|
||||
default() {
|
||||
return {} as {[key: string]: Adventurer};
|
||||
},
|
||||
},
|
||||
},
|
||||
data() {
|
||||
|
||||
Reference in New Issue
Block a user