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

@ -9,7 +9,7 @@
<script>
export default {
name: 'Keywords',
name: 'KeywordsComponent',
props: {
recipe: Object,
},