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
You must have migrated with eslint before upgrading to vue-i18n v10
596
+
597
+
### Drop `vue-i18n-bridge`
598
+
599
+
**Reason**: vue-i18n-bridge is a bridge library for migrating vue-i18n from Vue 2 to Vue 3, and Vue 2 is no longer past EOL.
600
+
601
+
### Drop `allowComposition` option
602
+
603
+
**Reason**: This option already deprecated in warning about being dropped in v10. docs says, https://vue-i18n.intlify.dev/guide/migration/vue3.html#about-supporting
604
+
605
+
This option was added to support the migration from the Legacy API to the composition API on v9.
606
+
607
+
### Drop `formatter` option on Legacy API
608
+
609
+
**Reason**: This option was deprecated in warning on v9.
610
+
611
+
### Drop `preserveDirectiveContent` option on Legacy API
612
+
613
+
**Reason**: This option was deprecated in warning on v9.
614
+
615
+
### Drop `preserve` modifier codes on `v-t` directive
616
+
617
+
**Reason**: This option was deprecated in warning on v9.
618
+
619
+
### Drop `getChoiceIndex` on Legacy API
620
+
621
+
**Reason**: This option was deprecated in warning on v9.
622
+
623
+
### Drop translation component `<i18n>` v8.x compatibility
624
+
625
+
**Reason**: This option was deprecated in warning on v9.
626
+
627
+
### Drop `te` behavior v8.x compatibility
628
+
629
+
**Reason**: This option was deprecated in warning on v9.
630
+
631
+
This option was introduced in this issue for supporting te behavior v8.x compatibility on v9
0 commit comments