From c426492a5fd46010016291b682bad9d22347d56b Mon Sep 17 00:00:00 2001 From: Bobbie Goede Date: Sun, 28 Jul 2024 16:50:00 +0200 Subject: [PATCH] docs: clarify legacy implementation --- docs/content/docs/5.v9/2.guide/18.breaking-changes-in-v9.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/docs/5.v9/2.guide/18.breaking-changes-in-v9.md b/docs/content/docs/5.v9/2.guide/18.breaking-changes-in-v9.md index 422495967..1b69e3cc8 100644 --- a/docs/content/docs/5.v9/2.guide/18.breaking-changes-in-v9.md +++ b/docs/content/docs/5.v9/2.guide/18.breaking-changes-in-v9.md @@ -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.