Skip to content

Commit

Permalink
Fix default layout name
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpereira committed Mar 17, 2025
1 parent 6e17b28 commit bc6f897
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit bc6f897

Please sign in to comment.