In which case the pages/error.vue from Frontends-Demo is used? #377
|
I wonder in which case the pages/error.vue from Frontends-Demo is used? If [...all].vue component didn´t find a route, the /components/errors/RoutingNotFound.vue is used. So i can´t find out, in which case the pages/error.vue is used. |
Answered by
mdanilowicz
Sep 14, 2023
Replies: 1 comment
|
Hi, realconvis Yes, the place of the Backing to the main topic. Right now, it works like this:
On the error page, we are not displaying the menu, footer, etc. This is just a page with error info. |
0 replies
Answer selected by
BrocksiNet
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, realconvis
Yes, the place of the
error.vuefile was wrong. I fixed it here #388. Thank you for your reporting.Backing to the main topic. Right now, it works like this:
RoutingNotFoundwill be displayed when [..all].vue will not be able to find any routingOn the error page, we are not displaying the menu, footer, etc. This is just a page with error info.