Skip to content

Commit c2b8378

Browse files
committed
fix(dashboard): remove unused variables in VerticalHeader.vue
1 parent c27118d commit c2b8378

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

dashboard/src/layouts/full/vertical-header/VerticalHeader.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import StyledMenu from "@/components/shared/StyledMenu.vue";
1616
import { useLanguageSwitcher } from "@/i18n/composables";
1717
import type { Locale } from "@/i18n/types";
1818
import AboutPage from "@/views/AboutPage.vue";
19-
import { getDesktopRuntimeInfo } from "@/utils/desktopRuntime";
2019
2120
enableKatex();
2221
enableMermaid();
@@ -53,14 +52,12 @@ const password = ref("");
5352
const newPassword = ref("");
5453
const confirmPassword = ref("");
5554
const newUsername = ref("");
56-
const status = ref("");
5755
const updateStatus = ref("");
5856
const releaseMessage = ref("");
5957
const hasNewVersion = ref(false);
6058
const botCurrVersion = ref("");
6159
const dashboardHasNewVersion = ref(false);
6260
const dashboardCurrentVersion = ref("");
63-
const version = ref("");
6461
const releases = ref([]);
6562
const updatingDashboardLoading = ref(false);
6663
const installLoading = ref(false);

0 commit comments

Comments
 (0)