goId(id) {
const returnEle = document.querySelector(id); //id是将要跳转区域的id
if (!!returnEle) {
returnEle.scrollIntoView(true); // true 是默认的
}
document.querySelector(id).scrollIntoView(true)
},
goId(id) {
const returnEle = document.querySelector(id); //id是将要跳转区域的id
if (!!returnEle) {
returnEle.scrollIntoView(true); // true 是默认的
}
document.querySelector(id).scrollIntoView(true)
},
本文标题:vue锚点跳转
本文链接:https://www.haomeiwen.com/subject/qwbncrtx.html
网友评论