Question 29
Consider the following Vue 2 application:
Because Vue Router always recreates components on navigation
Because lifecycle hooks run on every URL change regardless of reactivity
Because router-view forces a full re-render of the component tree
Because a watched route parameter updates parent reactive state, triggering a component update