Skip to content

tryOnBeforeUnmount

Category
Export Size
93 B
Last Changed
2 years 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
Doctorwu
qiang

Changelog

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)

Released under the MIT License.

Free AI Workshop
Build smarter apps with LLMs, agents, MCPs, and advanced AI tooling
Boost Your Workflow
July 8