Skip to content

Commit

Permalink
Merge pull request #260 from SpeciesFileGroup/development
Browse files Browse the repository at this point in the history
Fix default layout name
  • Loading branch information
José Luis Pereira authored and GitHub committed Mar 17, 2025
2 parents 246a946 + bc6f897 commit f1aabae
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 f1aabae

Please sign in to comment.