naive-ui/demo/documentation/components/backTop/enUS/basic.md

5 lines
121 B
Markdown
Raw Normal View History

2019-10-16 13:45:13 +08:00
# Basic
2019-12-06 13:42:00 +08:00
BackTop will find its first scrollable ascendant element and listen scroll event on it.
2019-10-16 13:45:13 +08:00
```html
2020-02-18 17:42:00 +08:00
<n-back-top/>
2019-10-16 13:45:13 +08:00
```