diff --git a/types/vue.d.ts b/types/vue.d.ts index 0672226601b..53da4a44350 100644 --- a/types/vue.d.ts +++ b/types/vue.d.ts @@ -22,7 +22,7 @@ export interface CreateElement { export interface Vue { readonly $el: HTMLElement; - readonly $options: ComponentOptions; + readonly $options: ComponentOptions; readonly $parent: Vue; readonly $root: Vue; readonly $children: Vue[];