Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 260 Bytes

File metadata and controls

17 lines (11 loc) · 260 Bytes
category
Component

tryOnBeforeUnmount

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

Usage

import { tryOnBeforeUnmount } from '@vueuse/core'

tryOnBeforeUnmount(() => {

})