-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
Description
Environment
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "HOST=0.0.0.0 nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"nuxt": "^3.7.0"
}
}
Reproduction
https://stackblitz.com/edit/github-fkeawa-w7g2ht?file=app.vue
Describe the bug
This issue occurs in version 3.7.
In a structure that uses layout folders and page folders
There is a malfunction in routing.
<template> route: {{ $route }} </template>
:page-key has no value
Rendering doesn't work.
Additional context
No response
Logs
No response