//html代码
<div class="dark_anchor" id="rental" style="height: 100px; width: 100%; margin-top: -100px“ />
<rental />
// 方法集合
methods: {
external(id) {
document.getElementById(id).scrollIntoView({
block: "start",
inline: "nearest",
behavior: "smooth",
alignTo: false,
});
}
},