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 43b489b commit 313ad8fCopy full SHA for 313ad8f
flow/options.js
@@ -34,7 +34,7 @@ declare type ComponentOptions = {
34
render: () => VNode;
35
staticRenderFns?: Array<() => VNode>;
36
// lifecycle
37
- init?: Function;
+ beforeCreate?: Function;
38
created?: Function;
39
beforeMount?: Function;
40
mounted?: Function;
0 commit comments