-
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.37
Steps to reproduce
yarn dev
What is expected?
The project should build and display the page.
Groups with empty childrens should only show the title as of vuepress@0.x
What is actually happening?
The build is successfull but the page is blank it an error is shown in the developer console
Other relevant information
- Your OS: Windows 10
- Node.js version: v10.15.0
- Browser version: Chrome 72
- Is this a global or local install? > Locale
- Which package manager did you use for the install? > yarn
sidebar: [
{
title: '1',
children: [
['/intro/', 'Introduction'],
],
},
{
title: '2',
children: [],
},
}
}
Metadata
Metadata
Assignees
Labels
type: bugSomething isn't workingSomething isn't working