2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 07:57:21 +08:00

fix: build

This commit is contained in:
耗子
2024-11-18 00:26:59 +08:00
parent 9509cfa4e2
commit 17918c0f1f

View File

@@ -12,7 +12,7 @@ import { useI18n } from 'vue-i18n'
import dashboard from '@/api/panel/dashboard'
import { router } from '@/router'
import { formatDateTime } from '@/utils'
import type { Version } from '@/views/home/types'
import type { Version } from '@/views/dashboard/types'
const { t } = useI18n()
const versions = ref<Version[] | null>(null)