vue-lynx / onBeforeMount

Function: onBeforeMount()

function onBeforeMount(hook, target?): void

Registers a hook to be called right before the component is to be mounted.

Parameters

ParameterType
hookany
target?null | ComponentInternalInstance

Returns

void

See

Vue docs

Defined in

packages/vue-lynx/runtime/src/index.ts:535