Skip to content

Commit dbfd8fb

Browse files
committed
fix: augment vue rather than @vue/runtime-core
1 parent 5824232 commit dbfd8fb

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)