feat: 修复乾坤问题

This commit is contained in:
harrywan 2024-11-08 16:21:01 +08:00
parent 1d22690174
commit dfe2ca4b89
2 changed files with 3 additions and 2 deletions

View File

@ -9,7 +9,7 @@ import {
shallowRef,
} from "vue";
import { loadMicroApp } from "{{{QIANKUN}}}";
import { mergeWith, cloneDeep, isEqual } from "{{{LODASH_ES}}}";
import { mergeWith, cloneDeep, isEqual, concat } from "{{{LODASH_ES}}}";
// eslint-disable-next-line import/extensions
import { getMasterOptions } from "./masterOptions";
@ -66,7 +66,7 @@ export const MicroApp = defineComponent({
return {};
});
const propsConfigRef = shallowRef({});
watch(

View File

@ -5,4 +5,5 @@ html, body {
.page {
height: 1000px;
background: url("@/images/hello.png");
}