diff --git a/front/components/movieCard/listPerMonth.vue b/front/components/movieCard/listPerMonth.vue index b4e7530..3de2f80 100644 --- a/front/components/movieCard/listPerMonth.vue +++ b/front/components/movieCard/listPerMonth.vue @@ -25,7 +25,7 @@ import { FilmsByMonth } from "~/composables/types" import { PropType } from "@vue/runtime-core" defineProps({ - filmsByMonth: { type: Array as PropType, default: [] }, + filmsByMonth: { type: Array as PropType, default: () => [] }, })