Back to Vueuse

tryOnBeforeUnmount

packages/shared/tryOnBeforeUnmount/index.md

14.3.0230 B
Original Source

tryOnBeforeUnmount

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

Usage

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

tryOnBeforeUnmount(() => {

})