feat(quest): add full CRUD and image handling for hunt quests
This commit is contained in:
@@ -8,8 +8,7 @@ import { useTitleStore } from '~/stores/title';
|
||||
import { fullDate } from '~~/server/utils/date';
|
||||
|
||||
definePageMeta({
|
||||
middleware: ['auth'],
|
||||
keepalive: false
|
||||
middleware: ['auth']
|
||||
});
|
||||
|
||||
const app = useNuxtApp();
|
||||
@@ -380,6 +379,9 @@ async function deleteImage() {
|
||||
</VaButtonGroup>
|
||||
</div>
|
||||
|
||||
<VaDivider />
|
||||
<AdminQuestList :hunt-id="id" />
|
||||
|
||||
<VaDivider />
|
||||
<h2 class="text-2xl">Hunt admin members:</h2>
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user