Skip to content

Commit 1db12ef

Browse files
authored
Update create-route-map.js
1 parent b908486 commit 1db12ef

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
@@ -62,7 +62,7 @@ function addRouteRecord (
6262
: route.components
6363
? route.props
6464
: { default: route.props },
65-
pathToRegexpOptions: pathToRegexpOptions
65+
pathToRegexpOptions
6666
}
6767

6868
if (route.children) {

0 commit comments

Comments
 (0)