10000 fix: fixed bug from refactoring · vuejs/vue-router@2b06f8d · GitHub
[go: up one dir, main page]

Skip to content

Commit 2b06f8d

Browse files
ronald-d-rogersposva
authored andcommitted
fix: fixed bug from refactoring
1 parent 1891608 commit 2b06f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/create-route-map.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ function addRouteRecord (
8585
regex: compileRouteRegex(normalizedPath, pathToRegexpOptions),
8686
components: route.components || { default: route.component },
8787
instances: {},
88-
pendingCbs: {},
88+
enteredCbs: {},
8989
name,
9090
parent,
9191
matchAs,

0 commit comments

Comments
 (0)
0