使用 dumi + pro layout 路由设置问题 #8439
Unanswered
changhuaixin
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
在 dumi 创建的项目里使用 pro layout,路由设置不符合预期。在例子里设置 src/temp/mypage 后,无法路由跳转到 src/temp/mypage.tsx 文件作为页面内容。
mypage.tsx
export default () => 'welcome';
Beta Was this translation helpful? Give feedback.
All reactions