You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Reason**: Due to hard to provide custom formats in the new compiler and runtime APIs. We are planning to support it in the next major version to support in these APIs. If you would like to use ICU message format, you can use the [@formatjs/vue-intl](https://formatjs.io/docs/vue-intl/)
308
-
309
307
> [!CAUTION]
310
308
> `formatter` option implementation code is be going to fully remove in v10.
311
309
> As an alternative, vue-i18n has the [custome message format](../advanced/format.md) as an experimental feature.
312
310
311
+
**Reason**: Due to hard to provide custom formats in the new compiler and runtime APIs. We are planning to support it in the next major version to support in these APIs. If you would like to use ICU message format, you can use the [@formatjs/vue-intl](https://formatjs.io/docs/vue-intl/)
312
+
313
313
### Remove `preserveDirectiveContent` option
314
314
315
+
> [!CAUTION]
316
+
> `preserveDirectiveContent` option implementation code is be going to fully remove in v10.
317
+
> As an alternative.
318
+
315
319
The `v-t` directive for Vue 3 now preserves the default content. Therefore, this option and its properties have been removed from the VueI18n instance.
* @deprecated The `v-t` directive for Vue 3 now preserves the default content. Therefore, this option and its properties have been removed from the VueI18n instance.
246
-
*/
247
-
preserveDirectiveContent?: boolean
248
236
/**
249
237
* @remarks
250
238
* Whether to allow the use locale messages of HTML formatting.
* @deprecated The `v-t` directive for Vue 3 now preserves the default content. Therefore, this option and its properties have been removed from the VueI18n instance.
1026
-
*/
1027
-
preserveDirectiveContent: boolean
1028
1006
/**
1029
1007
* A set of rules for word pluralization
1030
1008
*
@@ -1332,10 +1310,6 @@ function convertComposerOptions<
0 commit comments