renamed components to match recommended naming

This commit is contained in:
vabene1111
2021-11-01 11:39:10 +01:00
parent 355f2d30a6
commit 0e55fe162c
6 changed files with 27 additions and 23 deletions

View File

@@ -49,7 +49,7 @@
import {calculateAmount, ResolveUrlMixin} from "@/utils/utils";
export default {
name: 'Ingredient',
name: 'IngredientComponent',
props: {
ingredient: Object,
ingredient_factor: {