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
//子组件协议
export async function bootstrap(props) {
console.log("222222");
}
export async function mount(props) {}
export async function unmount(props) {}
这个情况是否支持呢,还是必须主应用换成qiankun 原生方案
The text was updated successfully, but these errors were encountered:
ChenYCL
changed the title
场景询问: 主应用(umi3+plugin-qiankun),子应用非umi项目采用原生qiankun注册几个狗子函数,主应用无法识别
场景询问: 主应用(umi3+plugin-qiankun),子应用非umi项目采用原生qiankun注册几个钩子函数,主应用无法识别
Mar 15, 2021
主应用正常使用umi方式通过路由config.ts 和 routes.ts注册路径, 子应用index.js写入
这个情况是否支持呢,还是必须主应用换成qiankun 原生方案
The text was updated successfully, but these errors were encountered: