micro-app
micro-app copied to clipboard
官网提供的main-vue2演示地址如何拿到对应的源码,想知道子应用内切换路由基座应用如何保持相同
https://www.micro-zoe.com/main-vue2/
看下我之前issue的demo,https://github.com/micro-zoe/micro-app/issues/1095 https://github.com/fychinesepjj/microapp-feedback/tree/native-route
window.rawWindow.dispatchEvent(new PopStateEvent('popstate', { state: null }))
https://github.com/micro-zoe/micro-app-demo/blob/0cbd0abcc2165b14041aa0d5101f88999bd02f08/child_apps/react18/src/components/navbar/index.tsx#L23-L33