-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
NotFound component doesn't work #1130
Comments
I have the same problem. |
Same Problem for me. |
@dcastil @htakao @duncan Refer to this directory structure directory-structure Create a new NotFound.vue in the components folder. Rerun and you'll get the results you want. |
Same problem for me, |
@nunibaranes It has been fixed but not released yet. |
Can you tell me if it could be until next week? |
Bug report
Version
[email protected]
Steps to reproduce
Then navigate to
localhost:8080/not-existent
in any browser.What is expected?
Seeing the standard 404 page.
What is actually happening?
A blank page is rendered and I get an error about an unknown custom element
<NotFound>
as shown in the screenshot below.Other relevant information
Relates to #1124
The text was updated successfully, but these errors were encountered: