BackToTop 回到顶部
基本使用
基本使用
<template>
<h-back-to-top></h-back-to-top>
</template>
<script lang="ts" setup>
</script>
<style scoped lang="scss">
</style>
组件 API
Attributes 属性
参数 | 说明 | 类型 | 可选值 | 默认值 |
---|---|---|---|---|
right | 元素距离右侧像素值 | number | - | 50 |
bottom | 元素距离下方像素值 | number | - | 50 |