Chapter 106: Vue ‘activated’ Lifecycle Hook
Activated (and its sibling deactivated) These two hooks exist only when a component is wrapped in <KeepAlive>. They have nothing to do with the normal lifecycle of a component that is simply shown/hidden with...
