vue中锚点定位scrollIntoView

 
            
maodian
maodian Jump(val) { const dom = document.querySelector(val); if (dom) { dom.scrollIntoView(true); } },

使用element.scrollIntoView跳转

你可能感兴趣的:(vue.js,javascript,前端)