diff --git a/packages/theme/src/client/components/LayoutContent.vue b/packages/theme/src/client/components/LayoutContent.vue index 37ae20e7..84800973 100644 --- a/packages/theme/src/client/components/LayoutContent.vue +++ b/packages/theme/src/client/components/LayoutContent.vue @@ -2,12 +2,14 @@ import { useSidebar } from '../composables/index.js' const { hasSidebar } = useSidebar() +const props = defineProps(["isNotFound"]) +