From b0f2f830e62b21a93f22d12ac6402e70354e849c Mon Sep 17 00:00:00 2001 From: Evan You Date: Fri, 18 Jan 2019 16:46:49 -0500 Subject: [PATCH] chore: fix flow --- flow/options.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flow/options.js b/flow/options.js index ceaf8571..09bd93f5 100644 --- a/flow/options.js +++ b/flow/options.js @@ -44,7 +44,7 @@ declare type ComponentOptions = { beforeDestroy?: Function; destroyed?: Function; errorCaptured?: () => boolean | void; - ssrPrefetch?: Function; + serverPrefetch?: Function; // assets directives?: { [key: string]: Object };