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 };