Skip to content

Commit 24a67cc

Browse files
committed
docs: fix default value
1 parent 6a693a4 commit 24a67cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue-i18n-core/src/i18n.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ export interface I18n<
168168
* @remarks
169169
* If you specified `legacy: true` option in `createI18n`, return `legacy`, else `composition`
170170
*
171-
* @defaultValue `'composition'`
171+
* @defaultValue `'legacy'`
172172
*/
173173
readonly mode: I18nMode
174174
// prettier-ignore

0 commit comments

Comments
 (0)