Skip to content

tryOnUnmounted

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

安全的 onUnmounted。如果在组件生命周期内,调用 onUnmounted(),如果不是,不执行任何操作。

用法

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

类型声明

ts
/**
 * 如果在组件生命周期内,调用 onUnmounted(),如果不是,不执行任何操作
 *
 * @param fn
 * @param target
 */
export declare function 
tryOnUnmounted
(
fn
:
Fn
,
target
?:
ComponentInternalInstance
| null,
): void

源码

源码文档

贡献者

一纸忘忧

更新日志

没有最近的更新日志