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
提供 MicroApp 组件,方便用户更快速使用,如 umi plugin 提供的模式:
MicroApp
import { MicroApp } from 'umi'; export default function Page() { return <MicroApp name="app1" />; }
The text was updated successfully, but these errors were encountered:
@gaopeng0108 这个我改成 React 版本实现了,Vue 版本的我单独建一个
Sorry, something went wrong.
好的,我先理解一下这个任务。我看 qiankun 有搞成 monorepo 的计划,是希望 MicroApp 的使用不和 umi 绑定,单独放在 qiankun 仓库里给用户使用吗?
是的。你切到 next 分支
bravepg
Successfully merging a pull request may close this issue.
提供
MicroApp
组件,方便用户更快速使用,如 umi plugin 提供的模式:The text was updated successfully, but these errors were encountered: