跳到内容

tryOnBeforeUnmount

Category
导出大小
148 B
Last Changed
3 months ago

Safe onBeforeUnmount. Call onBeforeUnmount() if it's inside a component lifecycle, if not, do nothing

Usage

js
import { tryOnBeforeUnmount } from '@vueuse/core'

tryOnBeforeUnmount(() => {

})

Type Declarations

typescript
/**
 * Call onBeforeUnmount() if it's inside a component lifecycle, if not, do nothing
 *
 * @param fn
 * @param target
 */
export declare function tryOnBeforeUnmount(fn: Fn, target?: any): void

Source

SourceDocs

Contributors

Anthony Fu
Ngheizit
Anthony Fu
Doctorwu
qiang

Changelog

v12.3.0 on 1/2/2025
59f75 - feat(toValue): deprecate toValue from @vueuse/shared in favor of Vue's native
v12.0.0-beta.1 on 11/21/2024
0a9ed - feat!: drop Vue 2 support, optimize bundles and clean up (#4349)
v10.7.1 on 12/27/2023
ce420 - fix: fix tryOnMounted in vue2 (#3658)
v10.7.0 on 12/5/2023
f2aeb - feat(tryOnMounted): support target arguement (#3185)

在 MIT 许可证下发布。