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
Browser version: Chrome 66 (Doesn't work in IE or Firefox either.)
Is this a global or local install? Global
Which package manager did you use for the install? npm 6.0.1
I recently internationalized my vuepress site and noticed that the Nav links where underlined incorrectly in the new added language (german). Not only the selected Page was underlined, but also the Start button (as seen in the screenshot below. This is the case in Chrome, Firefox and IE, I inspected the DOM and noticed that the nav-link router-link-active class simply was not removed from the link when clicking on another one. However, this is only the case in the German version of the page, the English version with the same file structure and configuration works just fine.
I recently internationalized my vuepress site and noticed that the Nav links where underlined incorrectly in the new added language (german). Not only the selected Page was underlined, but also the Start button (as seen in the screenshot below. This is the case in Chrome, Firefox and IE, I inspected the DOM and noticed that the
nav-link router-link-active
class simply was not removed from the link when clicking on another one. However, this is only the case in the German version of the page, the English version with the same file structure and configuration works just fine.Screenshot of the german version:
Here a gist of my config file: https://gist.github.com/iCarnagy/4d0995c33a37d2ca845c2c3161f3978d
The text was updated successfully, but these errors were encountered: