Outline
After taking a look at routing, you should now be familiar with how the vue router works. In this section, we covered the following topics:
- Setup and configuration of Vue Router
- Named vs Standard routing
- Router and Props
- Passing data with params
- Parent/Child Routing
- Exercise and Solution
At the end, we had the chance to go through an exercise to bring this all together, as well as what it would look like after completing that exercise.