Basically, I want to keep alive 2 components in router-view and it works, however, I don\'t know if I am doing it correctly.
1. We can achieve it by using `
// Render component inside
` special tag which has provided by vueJs.
2. use life cycle hooks:
a. activated()
b. deactivated()