Refact: rename #_item to item_#

This commit is contained in:
Bertrand Benjamin 2019-01-28 10:57:41 +01:00
parent bc7f771d25
commit 62b193b04a
3 changed files with 2 additions and 2 deletions

View File

@ -41,8 +41,8 @@
<script> <script>
import { mapGetters, mapActions } from 'vuex' import { mapGetters, mapActions } from 'vuex'
import tagItem from '../components/tag_item' import tagItem from '../components/item_tag'
import categorieItem from '../components/categorie_item' import categorieItem from '../components/item_categorie'
export default { export default {
name: 'home', name: 'home',