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
@@ -59,7 +59,7 @@ export default {
},
props: {
blocks: {
type: Array,
type: Object,
required: true,
},
},
@@ -53,7 +53,7 @@ export default {
},
props: {
block: {
type: Array,
type: Object,
},
},
methods: {
@@ -25,7 +25,7 @@ export default {
required: true,
},
items: {
type: Array,
type: Object,
required: true,
},
},