chore(renderer): 初始渲染器时默认处于 loading 中

This commit is contained in:
wangxuefeng 2025-03-27 18:52:52 +08:00
parent 0e377eefcc
commit e201381495

View File

@ -49,7 +49,7 @@ interface InitParams {
// //
const renderer = ref(); const renderer = ref();
const lowCodeService = new LowCodeService(); const lowCodeService = new LowCodeService();
const isLoading = ref(false); const isLoading = ref(true);
const provider = ref(null); const provider = ref(null);
const loadingInstance = ref(null); const loadingInstance = ref(null);
const errorMessage = ref(''); const errorMessage = ref('');