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

@@ -169,7 +169,7 @@ import IngredientComponent from "@/components/IngredientComponent";
Vue.prototype.moment = moment
export default {
name: 'Step',
name: 'StepComponent',
mixins: [
GettextMixin,
ResolveUrlMixin,