vue-lynx / onBeforeMount
function onBeforeMount(hook, target?): void
Registers a hook to be called right before the component is to be mounted.
hook
any
target
null
ComponentInternalInstance
void
Vue docs
packages/vue-lynx/runtime/src/index.ts:535