mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-08-28 11:37:29 +08:00
fix search
This commit is contained in:
+4
-1
@@ -10,6 +10,9 @@ import avatar1 from '@images/avatars/avatar-1.png'
|
||||
const { global: globalTheme } = useTheme()
|
||||
globalTheme.name.value = localStorage.getItem('theme') || 'light'
|
||||
|
||||
// 路由
|
||||
const route = useRoute()
|
||||
|
||||
// 提示框
|
||||
const $toast = useToast()
|
||||
|
||||
@@ -70,6 +73,6 @@ provide('accountInfo', accountInfo)
|
||||
|
||||
<template>
|
||||
<VApp>
|
||||
<RouterView />
|
||||
<RouterView :key="route.fullPath + route.query" />
|
||||
</VApp>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user