Closed chenxiaoleizi closed 2 months ago
https://codesandbox.io/p/sandbox/nested-views-vue-router-4-examples-forked-66dmz9
route.matched
The route.matched second route path should be "".
The route.matched second route path is "users".
matched contain normalized route records. It’s normal for it to be different.
Reproduction
https://codesandbox.io/p/sandbox/nested-views-vue-router-4-examples-forked-66dmz9
Steps to reproduce the bug
route.matched
Live exampleExpected behavior
The
route.matched
second route path should be "".Actual behavior
The
route.matched
second route path is "users".Additional information