fix: profile modal staying open even if view/route is changed
Some checks failed
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline failed

This commit is contained in:
SauceyRed 2025-07-21 12:20:05 +02:00
parent 1ac3042470
commit 5dc29a328f
No known key found for this signature in database
GPG key ID: 6AD2337BB02E657B
3 changed files with 6 additions and 2 deletions

View file

@ -1,7 +1,7 @@
<template>
<div>
<Banner v-if="banner" />
<NuxtPage :keepalive="true" />
<NuxtPage />
</div>
</template>