mirror of
https://github.com/YouHaveTrouble/GuildMaster.git
synced 2026-05-12 06:26:59 +00:00
add more adventurers
This commit is contained in:
@@ -280,13 +280,14 @@ import {defineComponent, type PropType} from "vue";
|
||||
import AdventurerComponent from "@/components/AdventurerMiniComponent.vue";
|
||||
import type {Adventurer} from "@/classes/Adventurer";
|
||||
import type {Quest} from "@/classes/Quest";
|
||||
import type {Guild} from "@/classes/Guild";
|
||||
|
||||
export default defineComponent({
|
||||
name: "GuildView",
|
||||
components: {AdventurerComponent},
|
||||
props: {
|
||||
guild: {
|
||||
type: Object,
|
||||
type: Object as PropType<Guild>,
|
||||
},
|
||||
adventurers: {
|
||||
type: Object as PropType<{ [key: string]: Adventurer }>,
|
||||
|
||||
Reference in New Issue
Block a user