Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Enable Pages from DevTools for Nuxt 4 #734

Open
sosensible opened this issue Sep 20, 2024 · 2 comments
Open

fix: Enable Pages from DevTools for Nuxt 4 #734

sosensible opened this issue Sep 20, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@sosensible
Copy link

πŸ› 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

@sosensible sosensible added the bug Something isn't working label Sep 20, 2024
@sosensible
Copy link
Author

image

@sosensible
Copy link
Author

Correction. If the app folder exists, and the App.vue file is nested in the folder it works as expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant