devtools
devtools copied to clipboard
fix: Enable Pages from DevTools for Nuxt 4
đ The bug
The pages directory was created in the project root, vs the UI root (app).
đ ī¸ To reproduce
n/a in dev ATM
đ Expected behavior
Set the compatibility in nuxt.config.ts file.
future: { compatibilityVersion: 4 },
Create the app/pages folder & files. Update the app.vue file. Refresh running pages.
âšī¸ Additional context
No response
Correction. If the app folder exists, and the App.vue file is nested in the folder it works as expected.