Skip to content

Commit

Permalink
fix: vue-i18n-bridge type definition for vue package
Browse files Browse the repository at this point in the history
  • Loading branch information
BobbieGoede committed Aug 16, 2024
1 parent f6bf148 commit c07fbe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue-i18n-bridge/src/vue.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import type {
} from '../../vue-i18n-core/src/components'

// --- THE CONTENT BELOW THIS LINE WILL BE APPENDED TO DTS FILE IN DIST DIRECTORY --- //
declare module '@vue/runtime-core' {
declare module 'vue' {
/**
* Component Custom Options for Vue I18n
*
Expand Down

0 comments on commit c07fbe3

Please sign in to comment.