Kuitos
Kuitos
Yeah this issue is all about defer scripts. > FWIW I recommend avoiding defer scripts and instead preferring actual asyn scripts But in my knowledge, some popular frontend frameworks used...
> Normally defer waits until DOMContentLoaded to execute, however I guess here it'd have to wait just until the writable dom instance has closed. Yes, that's what I was thinking....
If we don't consider fully consistent to browser behavior for now (defer scripts must execute before DOMContentLoaded but after HTML parsed), and only need to ensure that defer scripts execute...
跳转的链接都拼错了,其他应用自然匹配不到了
语法肯定没问题的,可以看看 example https://github.com/umijs/plugins/blob/master/packages/plugin-qiankun/examples/master/app.js 看问题就是主应用提供的跳转链接没拼对,这个你要排查下原因
根本原因是链接拼错了吧,看看是不是 window.history.pushState 被 vue3 复写了
Not quite understand what you mean, sorry ~. Could you pls give a specific case or example to explain your question?
@Deturium @howel52 看下