keepalive exclude="Charts">

This commit is contained in:
pa
2026-01-08 18:47:18 +09:00
committed by Natsumi
parent 5162f916a7
commit 672b23aee4

View File

@@ -12,7 +12,7 @@
<ResizableHandle :disabled="isNavCollapsed" class="opacity-0"></ResizableHandle>
<ResizablePanel :default-size="mainDefaultSize" :order="2">
<RouterView v-slot="{ Component }">
<KeepAlive include="Feed,GameLog,Search">
<KeepAlive exclude="Charts">
<component :is="Component" />
</KeepAlive>
</RouterView>