Skip to content

Commit

Permalink
chore: fix flow
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jan 18, 2019
1 parent 42fdf3f commit b0f2f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ declare type ComponentOptions = {
beforeDestroy?: Function;
destroyed?: Function;
errorCaptured?: () => boolean | void;
ssrPrefetch?: Function;
serverPrefetch?: Function;

// assets
directives?: { [key: string]: Object };
Expand Down

0 comments on commit b0f2f83

Please sign in to comment.