1. The code looks like this
<a-component>
<b-component></b-component>
<router-link :to="/a/1/5" replace></router-link>
</a-component>
render the contents of the above component through routing-sharp/a/1/2 when the created () in component an executes the created () in component b and the created () in component a does not execute the created () in component b when the previous one is clicked. Why does it need to be solved?