Closed
Description
Is your feature request related to a problem? Please describe.
Here is my file structure
- folder
- 0.svelte
- 1.svelte
- special.svelte
I want 0.svelte
and 1.svelte
to inherit the layout but not special.svelte
.
Describe the solution you'd like
<script context="module">
export let inheritLayout = false;
<script>
Metadata
Metadata
Assignees
Labels
No labels