major change fixing bugs when running SSR in the project

This commit is contained in:
F4ilji
2025-04-26 22:59:46 +05:00
parent 1df1a1390f
commit 453fb4cccc
55 changed files with 414 additions and 362 deletions
+7 -7
View File
@@ -44,22 +44,22 @@ export default {
type: String,
},
levelsEducational: {
type: Array,
type: Object,
},
naprs: {
type: Array
type: Object,
},
filters: {
type: Array,
type: Object,
},
formsEdu: {
type: Array,
type: Object,
},
budgetEdu: {
type: Array,
type: Object,
},
direction_studies: {
type: Array,
type: Object,
},
seo: {
type: Object,
@@ -91,7 +91,7 @@ export default {
<template>
<MetaTags :seo="seo" />
<MainPageNavBar class="border-b" :sections="$page.props.navigation" />
<MainPageNavBar :sections="$page.props.navigation" />
<BasicPageWrapper>
<BasicPageContainer>
+3 -3
View File
@@ -63,10 +63,10 @@ export default {
},
props: {
program: {
type: Array,
type: Object,
},
formsEdu: {
type: Array
type: Object
},
seo: {
type: Object,
@@ -78,7 +78,7 @@ export default {
<template>
<MetaTags :seo="seo" />
<MainPageNavBar class="border-b" :sections="$page.props.navigation" />
<MainPageNavBar :sections="$page.props.navigation" />
<BasicPageWrapper>
<BasicPageContainer>