Back to Vueuse

tryOnUnmounted

packages/shared/tryOnUnmounted/index.md

14.3.0210 B
Original Source

tryOnUnmounted

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

Usage

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

tryOnUnmounted(() => {

})