页面锚点滚动
2019-01-24 本文已影响20人
Eternal丶星空
roll(key) {
if (process.client) {
const rollArea = document.querySelector(`.louplus-${key}`)
rollArea.scrollIntoView({
block: 'end',
behavior: 'smooth',
})
}
},