We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd90746 commit 83b0af1Copy full SHA for 83b0af1
types/vue.d.ts
@@ -5,7 +5,7 @@
5
import { ComponentCustomOptions } from "vue";
6
import { Store } from "./index";
7
8
-declare module "@vue/runtime-core" {
+declare module "vue" {
9
interface ComponentCustomOptions {
10
store?: Store<any>;
11
}
0 commit comments