Quiz: Routing
Test your knowledge of routing in Vue.
We'll cover the following...
1
What does the  <router-view> tag do?
A)
Displays all available routes
B)
Renders the component for the currently active route
C)
Creates a link
D)
Defines a component layout
Question 1 of 70 attempted
 ...
 Ask