Skip to content

Commit

Permalink
feat: 修复乾坤问题
Browse files Browse the repository at this point in the history
  • Loading branch information
wanchun committed Nov 8, 2024
1 parent 8e2d18c commit df8dce5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/fes-plugin-qiankun/src/main/runtime/MicroApp.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down Expand Up @@ -66,7 +66,7 @@ export const MicroApp = defineComponent({
return {};
});


const propsConfigRef = shallowRef({});

watch(
Expand Down
1 change: 1 addition & 0 deletions packages/fes-template/src/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ html, body {

.page {
height: 1000px;
background: url("@/images/hello.png");
}

0 comments on commit df8dce5

Please sign in to comment.