Skip to content

Commit b0f2f83

Browse files
committed
chore: fix flow
1 parent 42fdf3f commit b0f2f83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/options.js

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

4949
// assets
5050
directives?: { [key: string]: Object };

0 commit comments

Comments
 (0)