Skip to content

v-backtop

功能介绍

为元素添加返回顶部功能

示例

占位盒子

使用

typescript
<template>
  <div class="backtop-demo">
    <div>占位盒子</div>
    <button v-backtop>
      点我返回顶部
    </button>
  </div>
</template>

Released under the MIT License.