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
在main-vue2工程里面,子应用alurlar14页面增加以下代码, 模版里面增加 <button @click="goTo('/material')">material</button> <button @click="goTo('/page3')">page3</button> goTo(url) { microApp.router.push({name: 'angular14', path: /angular14${url}}) }
<button @click="goTo('/material')">material</button> <button @click="goTo('/page3')">page3</button>
/angular14${url}
官方提供的示例可可先 main-vue2
The text was updated successfully, but these errors were encountered:
把zone.js 放在主应用的main.js 中或者 子应用用iframe模式
Sorry, something went wrong.
No branches or pull requests
问题描述
复现步骤
在main-vue2工程里面,子应用alurlar14页面增加以下代码, 模版里面增加
<button @click="goTo('/material')">material</button> <button @click="goTo('/page3')">page3</button>
goTo(url) {
microApp.router.push({name: 'angular14', path:
/angular14${url}
})}
上传截图
复现仓库
官方提供的示例可可先 main-vue2
环境信息
The text was updated successfully, but these errors were encountered: