vue-lynx / 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>.
<KeepAlive>
hook
Function
target
null
ComponentInternalInstance
void
Vue docs
packages/vue-lynx/runtime/src/index.ts:607