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.
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
