0👍
Based on your VueRouter paths will render the component you have putted in the path you are. you can have nested if your VueRouter have childrens check vue router documentation it may be useful to understand
https://router.vuejs.org/guide/essentials/nested-routes.html
https://router.vuejs.org/api/#router-view
- [Vuejs]-How to Communicating with an API (curl -X) in Vue?
- [Vuejs]-JQuery requires a window with a document in vue native
Source:stackexchange.com