Bootstrap

vue楼梯导航平滑跳转

   document.getElementById('main').scrollTo({
        top:100,//你想跳转到的位置
        behavior: 'smooth',
      });
;