start working on recruitment feature

This commit is contained in:
2023-03-20 00:21:48 +01:00
parent e85b28866a
commit 6533dff020
4 changed files with 38 additions and 10 deletions
+1 -1
View File
@@ -283,7 +283,7 @@ import type {Quest} from "@/classes/Quest";
import type {Guild} from "@/classes/Guild";
export default defineComponent({
name: "GuildView",
name: "QuestView",
components: {AdventurerComponent},
props: {
guild: {