diff --git a/types/vue.d.ts b/types/vue.d.ts index 204f9cca94d..d7495d557ac 100644 --- a/types/vue.d.ts +++ b/types/vue.d.ts @@ -34,7 +34,7 @@ export interface Vue { readonly $props: Record; readonly $ssrContext: any; readonly $vnode: VNode; - readonly $attrs: Record; + readonly $attrs: Record; readonly $listeners: Record; $mount(elementOrSelector?: Element | string, hydrating?: boolean): this;