vue-lynx / onMounted
function onMounted(hook, target?): void
Registers a callback to be called after the component is mounted.
hook
any
target
null
GenericComponentInstance
void
Vue docs
packages/vue-lynx/runtime/src/index.ts:516