We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 815500d commit 94a09ceCopy full SHA for 94a09ce
docs/views/Document.vue
@@ -57,7 +57,7 @@ import marked from 'marked'
57
export default {
58
59
mounted() {
60
- // auto screenTop hash
+ // auto scrollTo hash
61
if (this.$route.hash) {
62
let el = document.querySelector(this.$route.hash)
63
if (el) {
0 commit comments