From 0ef7f8d46ff63916a6e19477ef6202f8cc6b263c Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 14:30:07 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- packages/nuxt/src/pages/runtime/plugins/router.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/nuxt/src/pages/runtime/plugins/router.ts b/packages/nuxt/src/pages/runtime/plugins/router.ts index 2423207ddd..bb41746480 100644 --- a/packages/nuxt/src/pages/runtime/plugins/router.ts +++ b/packages/nuxt/src/pages/runtime/plugins/router.ts @@ -251,8 +251,8 @@ const plugin: Plugin<{ router: Router }> = defineNuxtPlugin({ fatal: false, statusMessage: `Page not found: ${to.fullPath}`, data: { - path: to.fullPath - } + path: to.fullPath, + }, }))) } })