Skip to content

Commit 6efe192

Browse files
authored
fix: change the augmentation module
1 parent 89cd5b4 commit 6efe192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export * from './lib';
99

1010
declare module 'vue3-context-menu' {
1111
}
12-
declare module '@vue/runtime-core' {
12+
declare module 'vue' {
1313
export interface ComponentCustomProperties {
1414
/**
1515
* Show a ContextMenu .

0 commit comments

Comments
 (0)