'What is RouterView in Vue.js?

When I do the Vue quickstart and it creates a HelloWorld application, I see that App.vue line 20 contains this line:

<RouterView />

I can't find any documentation for RouterView. It seems odd that a quickstart / tutorial would include an undocumented tag. I do see router-view, is that the same thing?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source