Skip to content

v-backtop

Function Introduction

Add a return to top function for an element

Example

Placeholder box

Usage

typescript
<template>
  <div class="backtop-demo">
    <div>Placeholder box</div>
    <button v-backtop>
      Point me back to top
    </button>
  </div>
</template>

Released under the MIT License.