diff --git a/types/vue.d.ts b/types/vue.d.ts index baef6f823..b760f3bd0 100644 --- a/types/vue.d.ts +++ b/types/vue.d.ts @@ -5,7 +5,7 @@ import { ComponentCustomOptions } from "vue"; import { Store } from "./index"; -declare module "@vue/runtime-core" { +declare module "vue" { interface ComponentCustomOptions { store?: Store; }