Skip to content

Commit

Permalink
fix: tweak a bit docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Jun 8, 2023
1 parent 8dc25cb commit 18bba6a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/content/2.guide/16.migrating.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ Follow this guide to upgrade from one major version to the other.

---

::alert{type="warning"}
Here, deprecated = removed
::

## Upgrading from `nuxtjs/i18n` v7.x

### Deprecated `vueI18n` option to not accept `createI18n` options
Expand Down Expand Up @@ -138,7 +134,7 @@ Use `customRoutes` option. because the option name `parsePages` is not intuitive
### Deprecated `vuex` option
Use `dynamicRouteParams` option. because, vuex no longer requires in Nuxt3.
Use `dynamicRouteParams` option. because, vuex no longer requires in Nuxt i18n module.
```diff {}[nuxt.config.js]
export default defineNuxtConfig({
Expand Down

0 comments on commit 18bba6a

Please sign in to comment.