This lesson is for members. Join us?
Subscribe now to get instant access to this course, plus a full library of Vue.js courses tailored to the plan you choose.
Nested Routes Without Nested Layouts with File-Based Routing
Sometimes we want to keep the nested structure within the URL but NOT in the page layout. unplugin-vue-router has a simple syntax to support this by putting a period between the various parts of the filename that you want to turn into pieces of the path.
- Chapter 1
