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 2ed9d6c commit 55e378cCopy full SHA for 55e378c
docs/guide/index.md
@@ -82,7 +82,7 @@ To use similar ways like the `setup` function, you need to call the `useI18n` fu
82
For more information on the Composition API, please refer to [documentation](https://v3.vuejs.org/guide/composition-api-introduction.html) of Vue.js
83
:::
84
85
-Throughout the docs, we’ll use APIs like `this.$i18n` and `this.$t`, which are almost keep backward compatible from Vue I18n v8.x.
+Throughout the docs, we’ll use APIs like `this.$i18n` and `this.$t`, which are almost backwards compatible from Vue I18n v8.x.
86
87
:::tip NOTE
88
In Vue I18n v9 and later, the API offered by Vue I18n v8.x is called **Legacy API** mode.
0 commit comments