From a5ae84ff2ae7cbb759f21c2b1f1df65ee9b20f78 Mon Sep 17 00:00:00 2001 From: Pedro Borges Date: Tue, 13 Aug 2024 15:51:29 -0300 Subject: [PATCH 1/4] Update playground with reproducible --- .../resources/js/Components/Layout.svelte | 13 +++++++ .../resources/js/Components/Layout2.svelte | 19 +++++++++ .../svelte/resources/js/Pages/Baz.svelte | 39 +++++++++++++++++++ .../svelte/resources/js/Pages/FooBar.svelte | 39 +++++++++++++++++++ .../svelte/resources/js/Pages/Home.svelte | 3 +- playgrounds/svelte/routes/web.php | 12 ++++++ 6 files changed, 124 insertions(+), 1 deletion(-) create mode 100644 playgrounds/svelte/resources/js/Components/Layout2.svelte create mode 100644 playgrounds/svelte/resources/js/Pages/Baz.svelte create mode 100644 playgrounds/svelte/resources/js/Pages/FooBar.svelte diff --git a/playgrounds/svelte/resources/js/Components/Layout.svelte b/playgrounds/svelte/resources/js/Components/Layout.svelte index 11ce6b839..d2a67a3a6 100644 --- a/playgrounds/svelte/resources/js/Components/Layout.svelte +++ b/playgrounds/svelte/resources/js/Components/Layout.svelte @@ -1,5 +1,18 @@