From bc6f8974338309d19acb30a9c22612e4637d0d76 Mon Sep 17 00:00:00 2001 From: jlpereira Date: Sun, 16 Mar 2025 22:37:00 -0300 Subject: [PATCH] Fix default layout name --- src/App.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/App.vue b/src/App.vue index 45c71d5..067faaa 100644 --- a/src/App.vue +++ b/src/App.vue @@ -11,11 +11,9 @@ import { useHead } from 'unhead' import { loadUserLayouts } from './utils' import ApplicationLayout from '@/layout/Application.vue' -const DEFAULT_LAYOUT = 'defaultLayout' - +const DEFAULT_LAYOUT = 'default' const route = useRoute() const userLayouts = loadUserLayouts() -const routeLayout = route.meta?.layout const currentLayout = computed(() => { const layouts = {