Skip to content

Commit b809562

Browse files
authored
Merge pull request #37 from danielroe/vue-augment
fix: augment `vue` rather than `@vue/runtime-core`
2 parents 4fbdd43 + 42378c9 commit b809562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Read more: https://github.com/vuejs/core/pull/3399
44
import '@vue/runtime-core'
55

6-
declare module '@vue/runtime-core' {
6+
declare module 'vue' {
77
export interface GlobalComponents {
88
ContextMenu: typeof import('./src/components/ContextMenu.vue')['default']
99
EasyForm: typeof import('./src/components/EasyForm/index.vue')['default']

0 commit comments

Comments
 (0)