fix(dashboard): remove unused variables in VerticalHeader.vue

This commit is contained in:
LIghtJUNction
2026-04-04 19:12:57 +08:00
parent c27118d6fe
commit c2b8378926

View File

@@ -16,7 +16,6 @@ import StyledMenu from "@/components/shared/StyledMenu.vue";
import { useLanguageSwitcher } from "@/i18n/composables";
import type { Locale } from "@/i18n/types";
import AboutPage from "@/views/AboutPage.vue";
import { getDesktopRuntimeInfo } from "@/utils/desktopRuntime";
enableKatex();
enableMermaid();
@@ -53,14 +52,12 @@ const password = ref("");
const newPassword = ref("");
const confirmPassword = ref("");
const newUsername = ref("");
const status = ref("");
const updateStatus = ref("");
const releaseMessage = ref("");
const hasNewVersion = ref(false);
const botCurrVersion = ref("");
const dashboardHasNewVersion = ref(false);
const dashboardCurrentVersion = ref("");
const version = ref("");
const releases = ref([]);
const updatingDashboardLoading = ref(false);
const installLoading = ref(false);