-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Description
Bug report
Version
0.10.2
Steps to reproduce
Create a vue press site using the following config.js
module.exports = {
title: 'My Site',
description: 'Foo Bar',
themeConfig: {
displayAllHeaders: true,
lastUpdated: true,
sidebarDepth: 2,
sidebar: [
'/',
'/page-a',
'/page-b',
]
}
Add secondary headers to the page-a and page-b pages.
What is expected?
- All the headers should be expanded due to the
displayAllHeaders: true
setting. This is not the case. - Last updated timestamp should be shown at the bottom of the page.
What is actually happening?
- Only the sub-headers of the active page are displayed.
- Last updated timestamp is not displayed.
Other relevant information
- Your OS: macOS 10.13.5
- Node.js version: v9.0.0
- Browser version: Chrome Version 67.0.3396.99 (Official Build) (64-bit)
- Is this a global or local install? Global
- Which package manager did you use for the install? NPM
Metadata
Metadata
Assignees
Labels
No labels