We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The pages directory was created in the project root, vs the UI root (app).
n/a in dev ATM
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.
No response
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Correction. If the app folder exists, and the App.vue file is nested in the folder it works as expected.
app
App.vue
No branches or pull requests
π 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
The text was updated successfully, but these errors were encountered: