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
error.vue
I want to create a default error.vue within the layer that the main app extends, currently doesn't resolve to layers only the main app.
https://github.com/nuxt/framework/blob/24cf27e57b35a8027907dfaa16e3a8b8e70bde0a/packages/nuxt/src/core/app.ts
app.errorComponent = (await findPath(['~/error'])) || resolve(nuxt.options.appDir, 'components/nuxt-error-page.vue')
The text was updated successfully, but these errors were encountered:
fix(@dpc-sdp/nuxt-ripple): 🐛 move error.vue to example app until supp…
de018be
…orted in nuxt layers See https://github.com/nuxt/framework/issues/9520 for more info - this should be available in 3.1.0 nuxt/framework#9741
danielroe
Successfully merging a pull request may close this issue.
Describe the feature
I want to create a default
error.vue
within the layer that the main app extends, currently doesn't resolve to layers only the main app.https://github.com/nuxt/framework/blob/24cf27e57b35a8027907dfaa16e3a8b8e70bde0a/packages/nuxt/src/core/app.ts
Additional information
Final checks
The text was updated successfully, but these errors were encountered: