vue-try-on-before-unmount
v1.0.1
Published
Vue 3 safe onBeforeUnmount working inside and outside setup
Maintainers
Readme
Installation
npm install vue-try-on-before-unmountUsage
import { tryOnBeforeUnmount } from 'vue-try-on-before-unmount'
tryOnBeforeUnmount(() => {
console.log('Component is about to unmount')
})
console.log('Cleanup registered')License
MIT
Extracted from VueUse for standalone use.
