mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-04 21:58:54 -05:00
steps
This commit is contained in:
@@ -16,7 +16,7 @@ export default defineComponent({
|
||||
components: {IngredientsTableRow},
|
||||
props: {
|
||||
ingredients: {
|
||||
type: [] as PropType<Array<Ingredient>>,
|
||||
type: Array as PropType<Array<Ingredient>>,
|
||||
default: [],
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user