mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 10:44:59 +00:00
fix(@vant/cli): doc preview page cannot scroll to the correct anchor (#7745)
Co-authored-by: caoenze <caoenze@didichuxing.com>
This commit is contained in:
@@ -30,9 +30,7 @@ export default {
|
||||
if (event.target.id) {
|
||||
this.$router.push({
|
||||
name: this.$route.name,
|
||||
query: {
|
||||
anchor: event.target.id
|
||||
}
|
||||
hash: '#' + event.target.id
|
||||
})
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user