vue-try-on-mounted
v1.0.1
Published
Vue 3 safe onMounted working inside and outside setup
Downloads
201
Maintainers
Readme
Installation
npm install vue-try-on-mountedUsage
import { tryOnMounted } from 'vue-try-on-mounted'
tryOnMounted(() => {
console.log('Component mounted')
})
console.log('Mount handler registered')License
MIT
Extracted from VueUse for standalone use.
