Skip to content

Commit 0cdab2a

Browse files
committed
feat(optimized matcher): flow
1 parent d3fba78 commit 0cdab2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: flow/declarations.js

+1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ declare type RouteRecord = {
7777
beforeEnter: ?NavigationGuard;
7878
meta: any;
7979
props: boolean | Object | Function | Dictionary<boolean | Object | Function>;
80+
pathToRegexpOptions: PathToRegexpOptions;
8081
}
8182

8283
declare type Location = {

0 commit comments

Comments
 (0)