vue-lynx / onBeforeUpdate

Function: onBeforeUpdate()

function onBeforeUpdate(hook, target?): void

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

Parameters

ParameterType
hookany
target?null | ComponentInternalInstance

Returns

void

See

Vue docs

Defined in

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