vue跨頁面錨點鏈接

vue跨頁面錨點跳轉:

轉載自 https://blog.csdn.net/weixin_41033048/article/details/95735289

更改如下:
if(selectId){
document.body.scrollTop = toElement.offsetTop - 50; // chrome
document.documentElement.scrollTop = toElement.offsetTop - 50;
}

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章