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 91989ae commit 3142660Copy full SHA for 3142660
src/i18n.ts
@@ -26,15 +26,15 @@ import { isEmptyObject } from './utils'
26
* `I18nOptions` is inherited {@link ComposerOptions} and {@link VueI18nOptions}, so you can specify these options.
27
*
28
*/
29
-export interface I18nAddtionalOptions {
+export interface I18nAdditionalOptions {
30
/**
31
* Whether vue-i18n legacy API use on your Vue App.
32
* @defaultValue `false`
33
34
legacy?: boolean
35
}
36
37
-export type I18nOptions = I18nAddtionalOptions &
+export type I18nOptions = I18nAdditionalOptions &
38
(ComposerOptions | VueI18nOptions)
39
40
0 commit comments