Skip to content

tryOnBeforeUnmount

类别
导出大小
148 B
最近修改
2 days ago

安全的 onBeforeUnmount。如果在组件生命周期内调用,请调用 onBeforeUnmount(),否则不做任何操作

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

用法

🌐 Usage

ts
import { 
tryOnBeforeUnmount
} from '@vueuse/core'
tryOnBeforeUnmount
(() => {
})