vue-lynx / onUpdated

Function: onUpdated()

function onUpdated(hook, target?): void

Registers a callback to be called after the component has updated its DOM tree.

Parameters

ParameterType
hookany
target?null | ComponentInternalInstance

Returns

void

See

Vue docs

Defined in

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