element-plus/docs/examples/backtop/basic.vue

5 lines
113 B
Vue

<template>
Scroll down to see the bottom-right button.
<el-backtop :right="100" :bottom="100" />
</template>