vue-lynx / onActivated

Function: onActivated()

function onActivated(hook, target?): void

Registers a hook to be called when the component is inserted into the DOM as part of a tree cached by <KeepAlive>.

Parameters

ParameterType
hookFunction
target?null | ComponentInternalInstance

Returns

void

See

Vue docs

Defined in

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