Skip to content

Commit 9f3b53d

Browse files
committed
update
1 parent 5b6aa12 commit 9f3b53d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ The examples are offered that use the following two API styles:
8787
- -> Legacy API style: `pluralizationRules` option of `createI18n` factory function (like `new VueI18n(...)`)
8888
- -> Compsable API style: `pluralRules` option of `createI18nComposer` factory function
8989
- `warnHtmlInMessage` option:
90-
- Composable API: `warnHtmlMessage` boolean option, default `true`.
90+
- Composable API: `warnHtmlMessage` boolean property, default `true`.
91+
- Legacy API: `warnHtmlInMessage` property.
9192
- For development mode, warning is default.
9293
- For production mode, HTML message detect is not check due to performance.
9394
- `VueI18n.version` -> `import { VERSION } from 'vue-i18n'`

0 commit comments

Comments
 (0)