Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 235 Bytes

index.md

File metadata and controls

13 lines (9 loc) · 235 Bytes

tryOnLoad

尝试获取组件生命周期,并调用 onLoad

超过重试次数,根据 runFinally 直接执行或抛出异常

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

tryOnLoad(() => {
  // ...
});