chore: fix flow

This commit is contained in:
Evan You 2019-01-18 16:46:49 -05:00
parent 42fdf3f837
commit b0f2f830e6

View File

@ -44,7 +44,7 @@ declare type ComponentOptions = {
beforeDestroy?: Function;
destroyed?: Function;
errorCaptured?: () => boolean | void;
ssrPrefetch?: Function;
serverPrefetch?: Function;
// assets
directives?: { [key: string]: Object };