修复: 移除未使用的releaseInfo变量解决TypeScript编译错误
This commit is contained in:
@@ -365,7 +365,6 @@ const loading = computed(() => appStore.versionLoading)
|
|||||||
const currentVersion = computed(() => appStore.currentVersion || props.version || '')
|
const currentVersion = computed(() => appStore.currentVersion || props.version || '')
|
||||||
const latestVersion = computed(() => appStore.latestVersion)
|
const latestVersion = computed(() => appStore.latestVersion)
|
||||||
const hasUpdate = computed(() => appStore.hasUpdate)
|
const hasUpdate = computed(() => appStore.hasUpdate)
|
||||||
const releaseInfo = computed(() => appStore.releaseInfo)
|
|
||||||
const buildType = computed(() => appStore.buildType)
|
const buildType = computed(() => appStore.buildType)
|
||||||
|
|
||||||
// Update process states (local to this component)
|
// Update process states (local to this component)
|
||||||
|
|||||||
Reference in New Issue
Block a user