Vue router not scrolling when i set hash property

前端 未结 0 530
孤独总比滥情好
孤独总比滥情好 2020-12-11 23:43
const router = new VueRouter ({
  mode: \'history\',
  routes,
  scrollBehavior(to,from, savedPosition) {
    if(to.hash) {
      return {
        selector: to.hash,         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题