vue-lynx / onBeforeUnmount

Function: onBeforeUnmount()

function onBeforeUnmount(hook, target?): void

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

Parameters

ParameterType
hookany
target?null | ComponentInternalInstance

Returns

void

See

Vue docs

Defined in

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