mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
perf: only store the ForYou tab to reduce performance
This commit is contained in:
@@ -154,7 +154,7 @@ onUnmounted(() => {
|
||||
</header>
|
||||
|
||||
<Transition name="page-fade">
|
||||
<KeepAlive>
|
||||
<KeepAlive include="ForYou">
|
||||
<Component :is="pages[activatedPage]" :key="activatedPage" />
|
||||
</KeepAlive>
|
||||
</Transition>
|
||||
|
||||
Reference in New Issue
Block a user