如何自定义选择render的dom?
#12518
Replies: 1 comment
-
不可以,如果需要拆分应用,请使用微前端。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
现在有个需求需要将应用挂载到平台指定的dom下面,可以不使用umi默认的render到id为root的dom下面吗?
类似appCenter.register('app', dom => ReactDOM.render(APP, dom))
Beta Was this translation helpful? Give feedback.
All reactions