From 67e371351613988c699c1dc9a5d08ac7667360d2 Mon Sep 17 00:00:00 2001 From: Geriano Date: Sat, 16 Jul 2022 04:41:04 +0700 Subject: [PATCH] adding slot child in dashboard layout --- resources/js/Layouts/DashboardLayout.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/js/Layouts/DashboardLayout.vue b/resources/js/Layouts/DashboardLayout.vue index 4f5ceca..4d27615 100644 --- a/resources/js/Layouts/DashboardLayout.vue +++ b/resources/js/Layouts/DashboardLayout.vue @@ -37,6 +37,12 @@ onMounted(() => window.addEventListener('resize', () => open.value = window.inne + +
+
+ +
+
\ No newline at end of file