This lesson is for members. Join us?
Subscribe now and get immediate access to this course, 30 more and all future Vue.js courses!
Nuxt UI Slideover State Based on Routes
In this lesson, we update the route whenever the slideover opens so that editing a member can be navigated to directly. This is a little tricky but with the combination of a catch all route and a little hacking we can get it working exactly as expected.
🗒️ NOTE: after renaming the file members.vue to \[...path\].vue, it is important to:
- create a new folder called "members" inside of "settings"
- move the renamed file into newly created "members" folder
