Jump to specified position vue

document.querySelector (the above mentioned id) .scrollIntoView (to true) 
// jump to the top
window.scrollTo(0, 0)

Guess you like

Origin www.cnblogs.com/karila/p/11761856.html