码迷,mamicode.com
首页 > 其他好文 > 详细

滚动行为

时间:2017-07-29 18:15:51      阅读:112      评论:0      收藏:0      [点我收藏+]

标签:模式   else   sel   历史   scroll   turn   router   new   tor   

new router({

  scrollBehavior (to, from, savaPosition) {

    if(savePosition) {       //历史记录的前进后退记住的之前滚动到的位置

      return savePosition

    } else {

      return {x: 0, y: 0}

    }

//history模式下 定位到某个元素失效的解决办法

    if(to.hash) {

      return {

        selector: to.hash

      }

    } else {

      return {x: 0, y: 0}

    }

  }

})

滚动行为

标签:模式   else   sel   历史   scroll   turn   router   new   tor   

原文地址:http://www.cnblogs.com/jessicaWy/p/7256914.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!