Skip to content

Commit 83b0af1

Browse files
committedOct 15, 2024
fix: augment vue rather than @vue/runtime-core
1 parent bd90746 commit 83b0af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎types/vue.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import { ComponentCustomOptions } from "vue";
66
import { Store } from "./index";
77

8-
declare module "@vue/runtime-core" {
8+
declare module "vue" {
99
interface ComponentCustomOptions {
1010
store?: Store<any>;
1111
}

0 commit comments

Comments
 (0)