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 5b6aa12 commit 9f3b53dCopy full SHA for 9f3b53d
README.md
@@ -87,7 +87,8 @@ The examples are offered that use the following two API styles:
87
- -> Legacy API style: `pluralizationRules` option of `createI18n` factory function (like `new VueI18n(...)`)
88
- -> Compsable API style: `pluralRules` option of `createI18nComposer` factory function
89
- `warnHtmlInMessage` option:
90
- - Composable API: `warnHtmlMessage` boolean option, default `true`.
+ - Composable API: `warnHtmlMessage` boolean property, default `true`.
91
+ - Legacy API: `warnHtmlInMessage` property.
92
- For development mode, warning is default.
93
- For production mode, HTML message detect is not check due to performance.
94
- `VueI18n.version` -> `import { VERSION } from 'vue-i18n'`
0 commit comments