Skip to content

Commit f251f0f

Browse files
committed
fix: augment vue rather than @vue/runtime-core
1 parent 6c50700 commit f251f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ declare module 'vue' {
1313
}
1414
}
1515

16-
declare module '@vue/runtime-core' {
16+
declare module 'vue' {
1717
interface ComponentCustomProperties {
1818
$dayjs: typeof dayjs;
1919
}

0 commit comments

Comments
 (0)