diff --git a/docs/views/Document.vue b/docs/views/Document.vue index b4feeb2..3ff0f7e 100644 --- a/docs/views/Document.vue +++ b/docs/views/Document.vue @@ -57,7 +57,7 @@ import marked from 'marked' export default { mounted() { - // auto screenTop hash + // auto scrollTo hash if (this.$route.hash) { let el = document.querySelector(this.$route.hash) if (el) {