<div id='anchor_123'>需要跳转到的区域 设置一个 id=anchor_123 </div>
<el-button @click="anchorClick">锚点定位</el-button>
// 锚点定位 点击事件
anchorClick (){
document.querySelector('#' + 'anchor_123').scrollIntoView()
}
<div id='anchor_123'>需要跳转到的区域 设置一个 id=anchor_123 </div>
<el-button @click="anchorClick">锚点定位</el-button>
// 锚点定位 点击事件
anchorClick (){
document.querySelector('#' + 'anchor_123').scrollIntoView()
}
本文标题:Vue锚点定位
本文链接:https://www.haomeiwen.com/subject/csmfxrtx.html
网友评论