You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Demo is here: codepen
Component /a/add has an alias /a/edit but its children does not inherit its alias like /a/edit/campaign 、 /a/edit/ad_group、/a/edit/keyword . They only has their default path /a/add/campaign、/a/add/ad_group、/a/add/keyword
My english doesn't well, so I translate it into Chinese in case of viewer can not understand. 中文版(如果上面的没看明白请看下面的解释)
组件指定了别名后其子组件并没有继承这个别名,比如路由**/a/下的子路由add** 指定了别名为edit, 然后add路由下又有子路由campaign、ad_group、keyword. 这三个路由并没有继承路由add添加的这个别名,即**/a/edit/campaign**、/a/edit/ad_group、/a/edit/keyword
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Demo is here: codepen
Component /a/add has an alias /a/edit but its children does not inherit its alias like /a/edit/campaign 、 /a/edit/ad_group、/a/edit/keyword . They only has their default path /a/add/campaign、/a/add/ad_group、/a/add/keyword
My english doesn't well, so I translate it into Chinese in case of viewer can not understand.
中文版(如果上面的没看明白请看下面的解释)
组件指定了别名后其子组件并没有继承这个别名,比如路由**/a/下的子路由add** 指定了别名为edit, 然后add路由下又有子路由campaign、ad_group、keyword. 这三个路由并没有继承路由add添加的这个别名,即**/a/edit/campaign**、/a/edit/ad_group、/a/edit/keyword
The text was updated successfully, but these errors were encountered: