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