指南
链接
核心
插件
主题
安全的 onBeforeUnmount。如果在组件生命周期内调用,请调用 onBeforeUnmount(),否则不做任何操作
onBeforeUnmount
onBeforeUnmount()
🌐 Safe onBeforeUnmount. Call onBeforeUnmount() if it's inside a component lifecycle, if not, do nothing
🌐 Usage
import { tryOnBeforeUnmount } from '@vueuse/core' tryOnBeforeUnmount(() => { })