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 b76d40d commit 20500dfCopy full SHA for 20500df
packages/vue-i18n/src/components/base.ts
@@ -41,7 +41,9 @@ export interface BaseFormatProps {
41
scope?: ComponetI18nScope
42
/**
43
* @remarks
44
- * An existing i18n Composer instance to use for translating
+ * A composer instance with an existing scope.
45
+ *
46
+ * This option takes precedence over the `scope` option.
47
*/
48
i18n?: Composer
49
}
0 commit comments