neohan666 / react-router-waiter

react-router v6 路由统一管理及路由拦截方案
MIT License
56 stars 7 forks source link

路由children中使用自路由参数的方式不起作用 #10

Open liyvhan opened 2 years ago

liyvhan commented 2 years ago

想使用/a/:id的子路由方式,发现在a的children中使用:id作为path不会识别为动态路由,但在routes的顶层新建一个/a/:id就没有问题,不知道是不是我的使用方式不对

neohan666 commented 2 years ago

我这里没有对path做任何修改,如果有差异那猜想可能是懒加载引入组件的差异,把component属性都换成element方式试试