...

/

Quiz: Routing

Quiz: Routing

Test your knowledge of routing in Vue.

We'll cover the following...
Technical Quiz
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


1 / 7
...