mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-24 15:49:42 +02:00
added missing recipe list import (#2516)
This commit is contained in:
parent
c9cc7a93c8
commit
ae502c5652
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ interface actions {
|
|||
}
|
||||
|
||||
export default defineComponent({
|
||||
components: { ShoppingListItemEditor, MultiPurposeLabel, RecipeIngredientListItem },
|
||||
components: { ShoppingListItemEditor, MultiPurposeLabel, RecipeList, RecipeIngredientListItem },
|
||||
props: {
|
||||
value: {
|
||||
type: Object as () => ShoppingListItemOut,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue