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

This commit is contained in:
SauceyRed 2025-07-21 12:20:05 +02:00
parent 1ac3042470
commit ef9b70410b
Signed by: sauceyred
GPG key ID: 270B096EF6E9A462
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>