mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(vant-markdown-loader): 一个loader模版的小错误修改
This commit is contained in:
parent
52fe6a8f46
commit
7c139f98ec
@ -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
|
||||
})
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user