Skip to content

tryOnUnmounted

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

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

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

用法

🌐 Usage

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