This commit is contained in:
vabene1111
2024-02-24 12:44:33 +01:00
parent f58d9e49d8
commit e689cef201
4 changed files with 66 additions and 22 deletions

View File

@@ -16,7 +16,7 @@ export default defineComponent({
components: {IngredientsTableRow},
props: {
ingredients: {
type: [] as PropType<Array<Ingredient>>,
type: Array as PropType<Array<Ingredient>>,
default: [],
},
},