Closed
Description
Bug report
Small but annoying regression with the new 1.x
branch, when navigating pages served by the router, the previous/next links can be seen for a flash of a second just below the Navbar, just before the page content is injected. This was not the case with 0.x
, not sure what is a proper fix and if it's a preload issue or the new version doing more work on page content, but should be a quick one for @ulivz ;-)
Version
1.0.0-alpha.2
Steps to reproduce
Build the included VuePress docs
Navigate to "Guide" then in the Sidebar click "Markdown Extensions"
What is expected?
Previous/Next links do not show before page content is injected.
What is actually happening?
They do show for a fraction of a second just below the Navbar before the page content is injected.
Other relevant information
- Your OS:
NixOS
- Node.js version:
10.x
- Browser version:
Chrome
- Is this a global or local install?
local
- Which package manager did you use for the install?
yarn
Thank you! 😃