We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
native模式下,子应用页面A里有个button,点击跳转到页面B,路径和页面都能改变,但是在主应用的watch和路由拦截中,都监听不到路由变化
1.子应用页面A里有个button,点击跳转到页面B 2.路径虽然改变了,但是在主应用的watch和路由拦截中,都监听不到路由变化
请上传代码截图、控制台、终端等截图以帮助我们了解您的问题。
请提供一个精简的代码仓库,然后上传到自己的 github,以帮助我们复现您的问题。 主应用:https://gitee.com/dengjunxx/micro-app_main_demo 子应用:https://gitee.com/dengjunxx/micro-app_child_vite-vue3_demo
micro-app版本:^1.0.0-rc.9 主应用前端框架&版本: "vue": "^3.2.45", 子应用前端框架&版本: "vue": "^2.2.45", 构建工具&版本:"vite": "^4.1.0",
The text was updated successfully, but these errors were encountered:
还有几个问题,是和这个同一个项目的,有时间也一起帮忙看看吧 @timhub66
Sorry, something went wrong.
timhub66
No branches or pull requests
问题描述
复现步骤
1.子应用页面A里有个button,点击跳转到页面B
2.路径虽然改变了,但是在主应用的watch和路由拦截中,都监听不到路由变化
上传截图
复现仓库
环境信息
micro-app版本:^1.0.0-rc.9
主应用前端框架&版本: "vue": "^3.2.45",
子应用前端框架&版本: "vue": "^2.2.45",
构建工具&版本:"vite": "^4.1.0",
The text was updated successfully, but these errors were encountered: