Skip to content

tryOnMounted

类别
导出体积
164 B
上次更改
1 hour ago

安全的 onMounted。如果在组件生命周期内,调用 onMounted(),如果不是,直接调用函数。

用法

ts
import { 
tryOnMounted
} from '@vueuse/core'
tryOnMounted
(() => {
})

类型声明

ts
/**
 * 如果在组件生命周期内,调用 onMounted(),如果不是,直接调用函数
 *
 * @param fn
 * @param sync 如果设置为 false,则会在 Vue 的下一个 tick 中运行
 * @param target
 */
export declare function 
tryOnMounted
(
fn
:
Fn
,
sync
?: boolean,
target
?:
ComponentInternalInstance
| null,
): void

源码

源码文档

贡献者

一纸忘忧

更新日志

没有最近的更新日志