Merge branch 'dev' of https://github.com/youzan/vant into dev

This commit is contained in:
chenjiahan 2020-12-15 21:05:32 +08:00
commit f3945d851d
2 changed files with 2 additions and 4 deletions

View File

@ -109,7 +109,7 @@ export const router = createRouter({
routes: getRoutes(),
scrollBehavior(to) {
if (to.hash) {
return { selector: to.hash };
return { el: to.hash };
}
return { x: 0, y: 0 };

View File

@ -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
})
}
}