Skip to content

Commit

Permalink
docs: clarify legacy implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
BobbieGoede committed Sep 13, 2024
1 parent 5c20719 commit c426492
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ https://vue-i18n.intlify.dev/guide/migration/breaking10.html#default-enable-for-
Accordingly, the `jit` option in Nuxt I18n v8 is no longer needed, so this option has been removed.


## Removal of deprecated `dynamicRouteParams` option and dynamic route parameters implementation
## Removal of deprecated `dynamicRouteParams` option and legacy dynamic route parameters implementation

Setting dynamic route parameters by setting the `nuxtI18n` property with `definePageMeta` has been fully removed in favor of the [`useSetI18nParams` composable](/docs/api#useseti18nparams), this feature is enabled by default which means the `dynamicRouteParams` option is no longer necessary.

Expand Down

0 comments on commit c426492

Please sign in to comment.