diff --git a/README.md b/README.md index f77f4aa..2702559 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,17 @@ export default defineConfig({ }) ] }) + +// +layout.svelte + + + + {#each links as link} + + {/each} + ``` Example: [`examples/sveltekit`](./examples/sveltekit)