You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @Lie8466. The issue you reported has been fixed. This issue will be closed. Thank you for your feedback.
您好 @Lie8466,您反馈的问题已修复,该 issue 将要被关闭,感谢反馈。
问题描述
复现步骤
子应用示例
index.js中挂载了window.mount方法
index.js
大致看了一下源码,在加载完html过程中会将<script> 的内联脚本和 src放在一个数组里,这个数组的js每一个执行完后会判断是否有window.mount,有则执行。
而通过内联脚本动态加载js执行是异步的不在上面这个过程里,所以js里的window.mount没有执行。
上传截图
复现仓库
https://github.com/Lie8466/micro-app-issue
环境信息
The text was updated successfully, but these errors were encountered: