naive-ui/demo/documentation/components/backTop/enUS/changePosition.md
2019-10-25 17:53:41 +08:00

12 lines
212 B
Markdown

# Change Position
```html
<n-back-top
:right="40"
:bottom="100"
:visibility-height="200"
>
<div style="width: 40px; height: 40px; line-height: 40px; text-align: center;">
3
</div>
</n-back-top>
```