diff --git a/components/main/MainContent.vue b/components/main/MainContent.vue index 23e68724..3ae42975 100644 --- a/components/main/MainContent.vue +++ b/components/main/MainContent.vue @@ -5,6 +5,9 @@ defineProps<{ /** Show the back button on both small and big screens */ back?: boolean }>() + +const route = useRoute() +const wideLayout = computed(() => route.meta.wideLayout ?? false) diff --git a/components/nav/NavLogo.vue b/components/nav/NavLogo.vue index 74b6840c..b5a6d2c4 100644 --- a/components/nav/NavLogo.vue +++ b/components/nav/NavLogo.vue @@ -29,9 +29,9 @@ diff --git a/components/nav/NavTitle.vue b/components/nav/NavTitle.vue index 8f2d4f9d..29f7de61 100644 --- a/components/nav/NavTitle.vue +++ b/components/nav/NavTitle.vue @@ -23,8 +23,8 @@ router.afterEach(() => { external > -