<!-- Please don't delete this template or we'll close your issue --> <!-- Before creating an issue please make sure you are using the latest version of VuePress. --> <!-- Please confirm you will submit an issue. --> <!-- Issues which contain questions or support requests will be closed. --> <!-- (Update "[ ]" to "[x]" to check a box) --> - [x] I confirm that this is an issue rather than a question. <!-- Please ask questions via following several ways. --> <!-- https://vue-land.js.org/ --> <!-- https://forum.vuejs.org/ --> <!-- https://stackoverflow.com/questions/ask?tags=vuepress --> ## Bug report #### Steps to reproduce open this link in Chrome , and refresh the page: https://vuepress.vuejs.org/zh/guide/assets.html#%E7%9B%B8%E5%AF%B9%E8%B7%AF%E5%BE%84 you will get <img width="490" src="https://user-images.githubusercontent.com/59519609/95813836-5bdf4800-0d4b-11eb-9621-49ece0d808f3.png"> <!-- If you are reporting a bug that can ONLY be reproduced on your repository, PLEASE provide this repo link. That takes guessing work out of the way and saves us time. --> <!-- If your repo isn't public, you can use `codesandbox` or `yarn create vuepress` to create a minimal reproduction --> #### What is expected? Normally there is no error #### What is actually happening? Chinese characters “#相对路径” are parsed as "#%E7%9B%B8%E5%AF%B9%E8%B7%AF%E5%BE%84" , that cause querySelector parsing error. this problem may be related to vue-router. #### Other relevant information - Output of `npx vuepress info` in my VuePress project: ``` System: OS: macOS 10.15.6 CPU: (4) x64 Intel(R) Core(TM) i5-5257U CPU @ 2.70GHz Browsers: Chrome: 86.0.4240.75 Edge: Not Found Firefox: 80.0.1 Safari: 14.0 ```