Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 185 Bytes

index.md

File metadata and controls

11 lines (8 loc) · 185 Bytes

usePageScroll

控制与监听页面滚动。

import { usePageScroll } from '@uni-helper/uni-use';

const { scrollTop } = usePageScroll({
  onPageScroll: true,
});