tryOnBeforeUnmount

tryOnBeforeUnmount

安全な onBeforeUnmount。コンポーネントのライフサイクル内であれば onBeforeUnmount() を呼び出し、そうでなければ何もしません。

使用法

import { tryOnBeforeUnmount } from '@vueuse/core'

tryOnBeforeUnmount(() => {

})