tryOnUnmounted

tryOnUnmounted

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

使用法

import { tryOnUnmounted } from '@vueuse/core'

tryOnUnmounted(() => {

})