Skip to content

Commit ec68557

Browse files
authored
Merge pull request #1 from danielroe/vue-augment
fix: augment `vue` rather than `@vue/runtime-core`
2 parents 5824232 + dbfd8fb commit ec68557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/components.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import '@vue/runtime-core'
55

66
export {}
77

8-
declare module '@vue/runtime-core' {
8+
declare module 'vue' {
99
export interface GlobalComponents {
1010
Aside: typeof import('./src/components/Aside.vue')['default']
1111
AsideCategory: typeof import('./src/components/AsideCategory.vue')['default']

0 commit comments

Comments
 (0)