[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2024-09-20 14:30:07 +00:00 committed by GitHub
parent a340ebd13d
commit 0ef7f8d46f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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,
},
})))
}
})