const scrollToTop = () => {
window.scrollTo({
// top: document.documentElement.offsetHeight, //回到底部
top: 0, //回到顶部
left: 0,
behavior: "smooth", //smooth 平滑;auto:瞬间
});
};
vue3滑动到顶部
最新推荐文章于 2024-08-08 08:27:20 发布