Skip to content

Commit ca81b9d

Browse files
committed
Update create-route-map.js
1 parent eb5e80f commit ca81b9d

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
@@ -81,7 +81,7 @@ function addRouteRecord (
8181
: route.components
8282
? route.props
8383
: { default: route.props },
84-
pathToRegexpOptions: pathToRegexpOptions
84+
pathToRegexpOptions
8585
}
8686

8787
if (route.children) {

0 commit comments

Comments
 (0)