This repository was archived by the owner on Aug 8, 2022. It is now read-only.
This repository was archived by the owner on Aug 8, 2022. It is now read-only.
bug:console error report when the scrollBehavior selector is invalid #5
Closed
Description
下面有两个bug:
vue-router 缺陷引发
app.2e9ad43d.js:6 DOMException: Failed to execute 'querySelector' on 'Document': '#%E5%A4%84%E7%90%86%E7%94%A8%E6%88%B7%E8%BE%93%E5%85%A5' is not a valid selector.
相关issue:
- Scroll behavior: hash that starts with number #2163
- Header Anchors
- vue/rfcs/active-rfcs/0035-router-scroll-position.md
-Better error message when the scrollBehavior selector is invalid
该bug不影响功能,只是无法触发点击h标签,无法滚动
进入指南,几个深层的菜单栏无法展开
生产环境下,主页进入起步,两个无法展开迁移侧栏菜单:从Vue 2迁移、贡献文档。(影响使用)
控制台报错。
app.2e9ad43d.js:6 DOMException: Failed to execute 'appendChild' on 'Node': This node type does not support this method.
相关issue: