diff --git a/src/App.vue b/src/App.vue index 7d60b64..a7e13c8 100644 --- a/src/App.vue +++ b/src/App.vue @@ -5,7 +5,7 @@ import LanguageSwitcher from './components/common/LanguageSwitcher.vue' import AlertComponent from '@/components/common/AlertComponent.vue' import { useAppShell } from '@/composables' -const { isDarkMode, isLoading, route, showGlobalControls } = useAppShell() +const { isDarkMode, isLoading, routeViewKey, showGlobalControls } = useAppShell()