Skip to content

Commit

Permalink
feat(katzencore): Added CMS Layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian Schleining committed Aug 13, 2024
1 parent 4669148 commit 3a01354
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/runtime/pages/cms/KatzeEdit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { ref } from 'vue'
import type { RouteComponent } from 'vue-router'
import type { ContentCmsResponse, Route, Lazy, ApiResponse } from '../../types/EditTypes'
import {
defineAsyncComponent,
defineAsyncComponent, definePageMeta,
onMounted,
onUnmounted,
setFetchedContent,
Expand All @@ -13,6 +13,10 @@ import {
watch,
} from '#imports'
definePageMeta({
layout: 'cms-layout',
})
// COMPOSABLE
const uiStore = useUiStore()
Expand Down

0 comments on commit 3a01354

Please sign in to comment.