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 5a918d6 commit 6045c95Copy full SHA for 6045c95
docs/api/composition.md
@@ -1468,7 +1468,7 @@ See the warnHtmlMessage property.
1468
1469
**Default Value**
1470
1471
-`'off'`
+`true`
1472
1473
**See Also**
1474
- [HTML Message](../guide/essentials/syntax#html-message)
packages/vue-i18n-core/src/composer.ts
@@ -470,7 +470,7 @@ export interface ComposerOptions<
470
* @VueI18nSee [HTML Message](../../guide/essentials/syntax#html-message)
471
* @VueI18nSee [Change `warnHtmlInMessage` option default value](../../guide/migration/breaking#change-warnhtmlinmessage-option-default-value)
472
*
473
- * @defaultValue `'off'`
+ * @defaultValue `true`
474
*/
475
warnHtmlMessage?: boolean
476
/**
0 commit comments