mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Avoid memory leak by limiting cache size.
This commit is contained in:
parent
c03a9bf2d6
commit
da8743b9cb
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
>
|
||||
<Navigation />
|
||||
<router-view v-slot="{ Component }">
|
||||
<keep-alive>
|
||||
<keep-alive :max="5">
|
||||
<component :key="$route.fullPath" :is="Component" />
|
||||
</keep-alive>
|
||||
</router-view>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue