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:
@@ -19,6 +19,9 @@ export default defineComponent({
|
||||
props: {
|
||||
adventurer: {
|
||||
type: Object as PropType<Adventurer>,
|
||||
default() {
|
||||
return {} as Adventurer;
|
||||
},
|
||||
}
|
||||
},
|
||||
data: () => ({
|
||||
|
||||
Reference in New Issue
Block a user