mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-05 11:18:54 +08:00
feat: 修复乾坤问题
This commit is contained in:
parent
1d22690174
commit
dfe2ca4b89
@ -9,7 +9,7 @@ import {
|
|||||||
shallowRef,
|
shallowRef,
|
||||||
} from "vue";
|
} from "vue";
|
||||||
import { loadMicroApp } from "{{{QIANKUN}}}";
|
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
|
// eslint-disable-next-line import/extensions
|
||||||
import { getMasterOptions } from "./masterOptions";
|
import { getMasterOptions } from "./masterOptions";
|
||||||
|
|
||||||
@ -66,7 +66,7 @@ export const MicroApp = defineComponent({
|
|||||||
return {};
|
return {};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
const propsConfigRef = shallowRef({});
|
const propsConfigRef = shallowRef({});
|
||||||
|
|
||||||
watch(
|
watch(
|
||||||
|
@ -5,4 +5,5 @@ html, body {
|
|||||||
|
|
||||||
.page {
|
.page {
|
||||||
height: 1000px;
|
height: 1000px;
|
||||||
|
background: url("@/images/hello.png");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user