mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-07-20 12:01:48 +08:00
Preserve full path cache key for browse page
This commit is contained in:
@@ -189,6 +189,8 @@ const router = createRouter({
|
||||
component: () => import('../pages/browse.vue'),
|
||||
props: true,
|
||||
meta: {
|
||||
keepAlive: true,
|
||||
keepAliveByFullPath: true,
|
||||
requiresAuth: true,
|
||||
permission: 'discovery',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user