vue-lynx / onBeforeUnmount
function onBeforeUnmount(hook, target?): void
Registers a hook to be called right before the component is about to be unmounted.
hook
any
target
null
ComponentInternalInstance
void
Vue docs
packages/vue-lynx/runtime/src/index.ts:551