vue-try-on-before-mount
v1.0.0
Published
Vue 3 safe onBeforeMount working inside and outside setup
Maintainers
Readme
Installation
npm install vue-try-on-before-mountUsage
import { tryOnBeforeMount } from 'vue-try-on-before-mount'
tryOnBeforeMount(() => {
console.log('Component will mount')
})
console.log('Mount handler registered')License
MIT
Extracted from VueUse for standalone use.
