Skip to content

Commit ceee9b2

Browse files
author
Guillaume Chau
committed
fix: flow types
1 parent 7c985e2 commit ceee9b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flow/options.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ declare type ComponentOptions = {
4444
beforeDestroy?: Function;
4545
destroyed?: Function;
4646
errorCaptured?: () => boolean | void;
47+
ssrPrefetch?: Function;
4748

4849
// assets
4950
directives?: { [key: string]: Object };

0 commit comments

Comments
 (0)