fix: profile modal staying open even if view/route is changed
This commit is contained in:
parent
1ac3042470
commit
ef9b70410b
3 changed files with 6 additions and 2 deletions
|
@ -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