diff --git a/src/App.vue b/src/App.vue index 0f25eb6..d073319 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,10 +1,16 @@ diff --git a/src/layout/components/Settings/index.vue b/src/layout/components/Settings/index.vue index 132a7ed..9bd345f 100644 --- a/src/layout/components/Settings/index.vue +++ b/src/layout/components/Settings/index.vue @@ -11,6 +11,8 @@ const { proxy } = getCurrentInstance() as ComponentInternalInstance; const appStore = useAppStore() const settingsStore = useSettingsStore() const permissionStore = usePermissionStore() + + const showSettings = ref(false); const theme = ref(settingsStore.theme); const sideTheme = ref(settingsStore.sideTheme); @@ -99,7 +101,7 @@ defineExpose({