fix(vant-markdown-loader): 一个loader模版的小错误修改

This commit is contained in:
HaoChuan9421 2021-03-15 18:15:55 +08:00 committed by neverland
parent 52fe6a8f46
commit 7c139f98ec

View File

@ -43,8 +43,8 @@ export default {
scrollToAnchor(event) {
if (event.target.id) {
this.$router.push({
name: this.$route.name,
hash: '#' + event.target.id
path: this.$route.path,
hash: event.target.id
})
}
}