This repository has been archived by the owner on Aug 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 849
bug:console error report when the scrollBehavior selector is invalid #5
Labels
Comments
veaba
changed the title
bug:生产环境下刷新文档引发一个document错误【记录】
bug:console error report when the scrollBehavior selector is invalid
Aug 27, 2020
还没细看,想先确认一下:是中文版独有的问题还是英文版也有? |
应该这么说,非英文语言,都有这个问题。 引发这个问题的原因是因为非法的id命名,涉及到vue-router API设计的缺陷,这bug,在vue-router 4.x中修复,这个是目前了解到。 可以对某个文章节,点h 标签,滚动,然后再刷新控制台就可以看到了。 |
我这边又自己试了几次,并没有重现这个问题。所以暂时没有办法进一步排查。可以提供更多的信息吗?比如重现步骤,或你本地的环境。或者看看最新的版本是否已经不存在这个问题了? |
步骤:
|
@Jinjiang 另外一个bug:无法点击侧栏:从 Vue 2 迁移 |
这个 bug 应该是上一个 bug 产生的连锁反应,如果没有之前的刷新页面这里是可以打开的。我建议我们可以先集中在如何解决第一个 bug 上。 |
vuejs/vuepress#2599 |
问题 1 是因为浏览器访问链接时,转义了中文,在 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
下面有两个bug:
vue-router 缺陷引发
再次刷新,控制台报错,进而导致
相关issue:
-Better error message when the scrollBehavior selector is invalid
该bug不影响功能,只是无法触发点击h标签,无法滚动
进入指南,几个深层的菜单栏无法展开
生产环境下,主页进入起步,两个无法展开迁移侧栏菜单:从Vue 2迁移、贡献文档。(影响使用)
控制台报错。
相关issue:
注:该bug 尚未定位到原因。
The text was updated successfully, but these errors were encountered: