Skip to content

Commit 20500df

Browse files
committed
tweak docs
1 parent b76d40d commit 20500df

File tree

1 file changed

+3
-1
lines changed
  • packages/vue-i18n/src/components

1 file changed

+3
-1
lines changed

packages/vue-i18n/src/components/base.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ export interface BaseFormatProps {
4141
scope?: ComponetI18nScope
4242
/**
4343
* @remarks
44-
* An existing i18n Composer instance to use for translating
44+
* A composer instance with an existing scope.
45+
*
46+
* This option takes precedence over the `scope` option.
4547
*/
4648
i18n?: Composer
4749
}

0 commit comments

Comments
 (0)