mirror of
https://gitee.com/WeBank/fes.js.git
synced 2024-12-01 19:27:47 +08:00
feat: 修复乾坤问题
This commit is contained in:
parent
1d22690174
commit
dfe2ca4b89
@ -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(
|
||||
|
@ -5,4 +5,5 @@ html, body {
|
||||
|
||||
.page {
|
||||
height: 1000px;
|
||||
background: url("@/images/hello.png");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user