users.vue renders NuxtPage so it creates a nested page layout for the pages in the users folder./users/invite route, but I don't want invite.vue to inherit the users.vue layout.@ to break out of the parent layout: +page@.svelte. Is there something similar in Nuxt, or is my only option to check the current route and render NuxtChild for the other pages only?