major change fixing bugs when running SSR in the project
This commit is contained in:
@@ -45,7 +45,7 @@ export default {
|
||||
},
|
||||
props: {
|
||||
faculties: {
|
||||
type: Array,
|
||||
type: Object,
|
||||
},
|
||||
seo: {
|
||||
type: Object,
|
||||
@@ -63,7 +63,7 @@ export default {
|
||||
<template>
|
||||
<MetaTags :seo="seo" />
|
||||
|
||||
<MainPageNavBar class="border-b" :sections="$page.props.navigation" />
|
||||
<MainPageNavBar :sections="$page.props.navigation" />
|
||||
|
||||
<BasicPageWrapper>
|
||||
<BasicPageContainer>
|
||||
|
||||
Reference in New Issue
Block a user