We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4bc721 commit 91de3a0Copy full SHA for 91de3a0
packages/vue-i18n/src/components/base.ts
@@ -1,7 +1,7 @@
1
-import type { Locale } from '@intlify/core-base'
2
-import { PropType } from '@vue/runtime-core'
3
import { Composer } from '../composer'
+
4
import type { I18nScope } from '../i18n'
+import type { Locale } from '@intlify/core-base'
5
6
export type ComponetI18nScope = Exclude<I18nScope, 'local'>
7
@@ -61,5 +61,7 @@ export const baseFormatProps = {
61
val === 'parent' || val === 'global',
62
default: 'parent' as ComponetI18nScope
63
},
64
- i18n: { type: Object as PropType<Composer> }
+ i18n: {
65
+ type: Object
66
+ }
67
}
0 commit comments