fixing bugs

This commit is contained in:
F4ilji
2025-04-20 14:46:55 +05:00
parent 5cfa777a6b
commit 1f43966ce3
3 changed files with 8 additions and 32 deletions
@@ -81,11 +81,17 @@
import { debounce } from "lodash";
import {Link} from "@inertiajs/vue3";
import PostListItem from "@/componentss/features/posts/components/PostListItem.vue";
import LevelEducational from "@/Enum/LevelEducational.js";
export default {
name: "EducationSection",
components: {PostListItem, Link},
props: {
computed: {
LevelEducational() {
return LevelEducational
}
},
props: {
educations: {
type: Object,
required: true