chore(nuxt): use router code reference permalink (#28356)

This commit is contained in:
Bobbie Goede 2024-08-01 16:02:19 +02:00 committed by Daniel Roe
parent f2c888bf68
commit 198c4e199d
No known key found for this signature in database
GPG Key ID: CBC814C393D93268

View File

@ -118,7 +118,7 @@ const plugin: Plugin<{ router: Router }> = defineNuxtPlugin({
}
})
// https://github.com/vuejs/router/blob/main/packages/router/src/router.ts#L1225-L1233
// https://github.com/vuejs/router/blob/8487c3e18882a0883e464a0f25fb28fa50eeda38/packages/router/src/router.ts#L1283-L1289
const route = {} as RouteLocationNormalizedLoaded
for (const key in _route.value) {
Object.defineProperty(route, key, {