-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
md文件的文件名是中文,无法生成sidebar #628
Comments
Fixed at 8837e7a, will be released in |
之前我提过相关的问题,后来测试的时候发现,中文标题是可以生成sidebar的,但是在刷新该页面或者是直接在浏览器打开该链接的时候会得到一个404的结果,实际上是因为中文字符转义的原因,在刷新的时在router中找不到对应的链接。目前不知道有没有解决这个问题,我还没有升级到最新版本。 |
{ 拿走不谢,亲测可以用 |
咋就关闭了 这个问题解决了吗????? |
因为没有按照模版来创建问题 |
天才的想法! |
tql,帮大忙了,感谢!! |
Bug report
Version
Steps to reproduce
创建一个中文markdown文件,比如"权限管理.md",然后在.vuepress/config.js中配置sidebar 代码如下
然后文档路径如下
只要是markdown文件名字是中文,就生成不出sidebar,不知道为啥,求解
What is expected?
期待无论是文档名字是中文还是英文,渲染后都应该能出现左边栏
What is actually happening?
如果文档的标题是中文的话,左边栏渲染不出
Other relevant information
The text was updated successfully, but these errors were encountered: