vue-lynx / onDeactivated
function onDeactivated(hook, target?): void
Registers a hook to be called when the component is removed from the DOM as part of a tree cached by <KeepAlive>.
<KeepAlive>
hook
Function
target
null
ComponentInternalInstance
void
Vue docs
packages/vue-lynx/runtime/src/index.ts:616