mirror of
https://github.com/vuejs/vue.git
synced 2024-11-22 04:39:46 +00:00
chore: fix flow
This commit is contained in:
parent
42fdf3f837
commit
b0f2f830e6
@ -44,7 +44,7 @@ declare type ComponentOptions = {
|
||||
beforeDestroy?: Function;
|
||||
destroyed?: Function;
|
||||
errorCaptured?: () => boolean | void;
|
||||
ssrPrefetch?: Function;
|
||||
serverPrefetch?: Function;
|
||||
|
||||
// assets
|
||||
directives?: { [key: string]: Object };
|
||||
|
Loading…
Reference in New Issue
Block a user