Skip to content

tryOnReady

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

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

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

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

Released under the MIT License.