Router-view vue file. It’s basically the view where the components are rendered . It’s like the main div that contains all the components, and it returns the component that match the current route.
Read moreWhat is VUE router used for?
Vue Router helps link between the browser’s URL/History and Vue’s components allowing for certain paths to render whatever view is associated with it .
Read more