-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Labels
type: bugSomething isn't workingSomething isn't working
Description
- I confirm that this is a issue rather than a question.
Bug report
Version
vuepress@1.0.0-alpha.30
Steps to reproduce
$ git clone git@github.com:vuejs/vuepress.git
$ cd vuepress
$ yarn
$ yarn dev
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
- Your OS: Mac OS Mojave 10.14.2
- Node.js version: v10.14.2
- Browser version: Chrome v71.0.3578.98
- Is this a global or local install? Local
- Which package manager did you use for the install? Yarn
Relates to #1124
DerZade and ApsarasX
Metadata
Metadata
Assignees
Labels
type: bugSomething isn't workingSomething isn't working