Adding a custom error page to your Nuxt application

Опубликовано: 16 Ноябрь 2020
на канале: Debbie O'Brien
4,030
102

Creating an error page in Nuxt is as simple as creating an error.vue page in the layouts folder. Then if someone ends up on a page that doesn't exist because of a broken link for example then will get your custom error page instead.