diff --git a/types/vue.d.ts b/types/vue.d.ts index 74bce2c8a45..8c91bc88a2f 100644 --- a/types/vue.d.ts +++ b/types/vue.d.ts @@ -100,7 +100,7 @@ export type CombinedVueInstance< Methods, Computed, Props, - SetupBindings + SetupBindings = {} > = Data & Methods & Computed & @@ -114,7 +114,7 @@ export type ExtendedVue< Methods, Computed, Props, - SetupBindings + SetupBindings = {} > = VueConstructor< CombinedVueInstance & Vue