vue用js移动到某个位置-back
2019-07-03 本文已影响0人
苏本的书柜
// scrollIntoView(),到达某个位置上去
this.$nextTick(() => {
document.querySelector("#raffles").scrollIntoView()
});
// scrollIntoView(),到达某个位置上去
this.$nextTick(() => {
document.querySelector("#raffles").scrollIntoView()
});