Compare commits
1 commit
283fe17b01
...
127f21d226
Author | SHA1 | Date | |
---|---|---|---|
127f21d226 |
2 changed files with 1 additions and 5 deletions
2
app.vue
2
app.vue
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div>
|
||||
<Banner v-if="banner" />
|
||||
<NuxtPage />
|
||||
<NuxtPage :keepalive="true" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
|
@ -57,10 +57,6 @@ 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