mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +08:00
fix: qiankun plugin props error (#150)
This commit is contained in:
parent
7af10eeb59
commit
2aa88cbeb6
@ -94,7 +94,7 @@ export function genMount(mountElementId) {
|
|||||||
}
|
}
|
||||||
hasMountedAtLeastOnce = true;
|
hasMountedAtLeastOnce = true;
|
||||||
cacheAppPromise.then((app)=>{
|
cacheAppPromise.then((app)=>{
|
||||||
if(!cache[props.name]) {
|
if(props?.name && !cache[props.name]) {
|
||||||
cache[props.name] = app;
|
cache[props.name] = app;
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user