From 76900706cf329caa6d7ebb9ebbedcf04dd2885a9 Mon Sep 17 00:00:00 2001 From: Mark Thompson Date: Mon, 15 Jul 2024 08:35:50 +0000 Subject: [PATCH] Ensure Inertia pages are children of AppLayout --- .../resources/js/Layouts/AppLayout.vue | 15 +------------- .../inertia/resources/js/Pages/API/Index.vue | 9 +++++++-- .../inertia/resources/js/Pages/Dashboard.vue | 9 +++++++-- .../resources/js/Pages/PageContainer.vue | 20 +++++++++++++++++++ .../resources/js/Pages/Profile/Show.vue | 9 +++++++-- .../resources/js/Pages/Teams/Create.vue | 9 +++++++-- .../inertia/resources/js/Pages/Teams/Show.vue | 9 +++++++-- 7 files changed, 56 insertions(+), 24 deletions(-) create mode 100644 stubs/inertia/resources/js/Pages/PageContainer.vue diff --git a/stubs/inertia/resources/js/Layouts/AppLayout.vue b/stubs/inertia/resources/js/Layouts/AppLayout.vue index 654a6f793..afe746b9f 100644 --- a/stubs/inertia/resources/js/Layouts/AppLayout.vue +++ b/stubs/inertia/resources/js/Layouts/AppLayout.vue @@ -1,6 +1,6 @@