vue-lynx / onUnmounted

Function: onUnmounted()

function onUnmounted(hook, target?): void

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

Parameters

ParameterType
hookany
target?null | ComponentInternalInstance

Returns

void

See

Vue docs

Defined in

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