Replies: 1 comment 3 replies
|
问题的复现给个 demo 看看。 |
3 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.
根据文档patchClientRoutes({ routes })的示例测试提示:

修改成如下正常加载:
routes.unshift({ path: '/foo', element: <div>111</div> })All reactions