mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-23 08:00:55 +00:00
fix: 初始化版本号变量为字符串类型,默认为空字符串 (#4003)
This commit is contained in:
@@ -77,7 +77,7 @@ import { GlobalStore } from '@/store';
|
||||
import { ElMessageBox } from 'element-plus';
|
||||
const globalStore = GlobalStore();
|
||||
|
||||
const version = ref();
|
||||
const version = ref<string>('');
|
||||
const loading = ref(false);
|
||||
const drawerVisible = ref(false);
|
||||
const upgradeInfo = ref();
|
||||
|
||||
Reference in New Issue
Block a user