fix [front]: respect nuxt directive
This commit is contained in:
parent
377d3df40b
commit
06b6282be8
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ import { FilmsByMonth } from "~/composables/types"
|
|||
import { PropType } from "@vue/runtime-core"
|
||||
|
||||
defineProps({
|
||||
filmsByMonth: { type: Array as PropType<FilmsByMonth[]>, default: [] },
|
||||
filmsByMonth: { type: Array as PropType<FilmsByMonth[]>, default: () => [] },
|
||||
})
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Reference in a new issue