vuejs / vuex

🗃️ Centralized State Management for Vue.js.
https://vuex.vuejs.org
MIT License
28.42k stars 9.57k forks source link

Bug: Vuex4 Nav-dropdown `language` didn't go to matched page as expect #2045

Closed Yukon123 closed 3 years ago

Yukon123 commented 3 years ago

Version

4.0.2

Reproduction link

https://next.vuex.vuejs.org/guide/state.html

Steps to reproduce

Hover Nav-dropdown language and click 中文

What is expected?

Go to https://next.vuex.vuejs.org/zh/guide/state.html

What is actually happening?

Go to https://next.vuex.vuejs.org/zh/index.html

Alanscut commented 3 years ago

updating vitepress to 0.14.0 may fix this bug.

kiaking commented 3 years ago

Fixed via #2070