chore(renderer): 初始渲染器时默认处于 loading 中
This commit is contained in:
parent
0e377eefcc
commit
e201381495
@ -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('');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user