Skip to content

Commit

Permalink
fix(page): fix page references in layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed Jan 11, 2023
1 parent 45581af commit 3160316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/page.vue
Expand Up @@ -4,7 +4,7 @@ const { page } = useContent()

<template>
<div class="page-layout">
<Container :fluid="page.fluid" :constrained-class="page.constrainedClass" :padded="page.padded">
<Container :fluid="page?.fluid" :padded="page?.padded">
<article>
<slot />
</article>
Expand Down

0 comments on commit 3160316

Please sign in to comment.