Skip to content

Commit 8efb0f0

Browse files
authored
fix: augment vue rather than @vue/runtime-core (#278)
1 parent 0aed596 commit 8efb0f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ interface PluginInjection {
4040
$colorMode: ColorModeInstance
4141
}
4242

43-
declare module '@vue/runtime-core' {
43+
declare module 'vue' {
4444
interface ComponentCustomProperties extends PluginInjection { }
4545
}

0 commit comments

Comments
 (0)