We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42fdf3f commit b0f2f83Copy full SHA for b0f2f83
flow/options.js
@@ -44,7 +44,7 @@ declare type ComponentOptions = {
44
beforeDestroy?: Function;
45
destroyed?: Function;
46
errorCaptured?: () => boolean | void;
47
- ssrPrefetch?: Function;
+ serverPrefetch?: Function;
48
49
// assets
50
directives?: { [key: string]: Object };
0 commit comments