Compare commits
1 commit
127f21d226
...
283fe17b01
Author | SHA1 | Date | |
---|---|---|---|
283fe17b01 |
2 changed files with 5 additions and 1 deletions
2
app.vue
2
app.vue
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div>
|
||||
<Banner v-if="banner" />
|
||||
<NuxtPage :keepalive="true" />
|
||||
<NuxtPage />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
|
@ -57,6 +57,10 @@ import Button from '~/components/UserInterface/Button.vue';
|
|||
import VerticalSpacer from '~/components/UserInterface/VerticalSpacer.vue';
|
||||
import type { GuildResponse } from '~/types/interfaces';
|
||||
|
||||
definePageMeta({
|
||||
keepalive: true
|
||||
});
|
||||
|
||||
const loading = useState("loading", () => false);
|
||||
|
||||
const createButtonContainer = ref<HTMLButtonElement>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue