vue-lynx / onMounted

Function: onMounted()

function onMounted(hook, target?): void

Registers a callback to be called after the component is mounted.

Parameters

ParameterType
hookany
target?null | GenericComponentInstance

Returns

void

See

Vue docs

Defined in

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