Skip to content

Commit

Permalink
chore(flow): Add link exact active class to router options (vuejs#2236)
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuelmutschlechner authored and posva committed Jun 2, 2018
1 parent 30ee872 commit 4cb6699
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flow/declarations.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ declare type RouterOptions = {
fallback?: boolean;
base?: string;
linkActiveClass?: string;
linkExactActiveClass?: string;
parseQuery?: (query: string) => Object;
stringifyQuery?: (query: Object) => string;
scrollBehavior?: (
Expand Down

0 comments on commit 4cb6699

Please sign in to comment.