roll(key) {
if (process.client) {
const rollArea = document.querySelector(`.louplus-${key}`)
rollArea.scrollIntoView({
block: 'end',
behavior: 'smooth',
})
}
},
roll(key) {
if (process.client) {
const rollArea = document.querySelector(`.louplus-${key}`)
rollArea.scrollIntoView({
block: 'end',
behavior: 'smooth',
})
}
},
本文标题:页面锚点滚动
本文链接:https://www.haomeiwen.com/subject/zjbyjqtx.html
网友评论