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

@@ -57,7 +57,7 @@
import {calculateAmount, calculateEnergy, energyHeading} from "@/utils/utils";
export default {
name: 'Nutrition',
name: 'NutritionComponent',
props: {
recipe: Object,
ingredient_factor: Number,