fix [front]: respect nuxt directive

This commit is contained in:
Alice 2023-01-28 22:20:31 +01:00
parent 377d3df40b
commit 06b6282be8

View file

@ -25,7 +25,7 @@ import { FilmsByMonth } from "~/composables/types"
import { PropType } from "@vue/runtime-core" import { PropType } from "@vue/runtime-core"
defineProps({ defineProps({
filmsByMonth: { type: Array as PropType<FilmsByMonth[]>, default: [] }, filmsByMonth: { type: Array as PropType<FilmsByMonth[]>, default: () => [] },
}) })
</script> </script>