We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ea9558 commit 6730768Copy full SHA for 6730768
src/create-route-map.js
@@ -107,7 +107,7 @@ function addRouteRecord (
107
if (name) {
108
if (!nameMap[name]) {
109
nameMap[name] = record
110
- } else if (process.env.NODE_ENV !== 'production') {
+ } else if (process.env.NODE_ENV !== 'production' && !matchAs) {
111
warn(
112
false,
113
`Duplicate named routes definition: ` +
0 commit comments