🌐 AI搜索 & 代理 主页
Skip to content

Commit 94a09ce

Browse files
committed
Auto scrollTo hash
1 parent 815500d commit 94a09ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/views/Document.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ import marked from 'marked'
5757
export default {
5858
5959
mounted() {
60-
// auto screenTop hash
60+
// auto scrollTo hash
6161
if (this.$route.hash) {
6262
let el = document.querySelector(this.$route.hash)
6363
if (el) {

0 commit comments

Comments
 (0)