You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I confirm that this is a issue rather than a question.
Bug report
When I click on the # in the header anchor of any heading, the page scrolls to the heading but the anchor doesn't appear in the URL.
Version
v1.0.0-alpha.22
Steps to reproduce
# Clone vuepress repo
git clone [email protected]:vuejs/vuepress.git &&cd vuepress
# Remove '@vuepress/active-header-links' from plugins in theme-default
sed -i '21d' ./packages/@vuepress/theme-default/index.js
# Start docs
yarn && yarn dev
What is expected?
After visiting http://localhost:8080/guide/ and clicking # next to the heading How It Works, the current URL is http://localhost:8080/guide/#how-it-works.
What is actually happening?
Current URL remains http://localhost:8080/guide/.
Other relevant information
Your OS: Mac OS Mojave v10.14.1
Node.js version: v10.13.0
Browser version: Chrome v70.0.3538.102 and Safari 12.0.1
Is this a global or local install? Local
Which package manager did you use for the install? Yarn
The text was updated successfully, but these errors were encountered:
Bug report
When I click on the
#
in the header anchor of any heading, the page scrolls to the heading but the anchor doesn't appear in the URL.Version
v1.0.0-alpha.22
Steps to reproduce
What is expected?
After visiting
http://localhost:8080/guide/
and clicking#
next to the headingHow It Works
, the current URL ishttp://localhost:8080/guide/#how-it-works
.What is actually happening?
Current URL remains
http://localhost:8080/guide/
.Other relevant information
The text was updated successfully, but these errors were encountered: