fix(Admin): typo and sortable in Tags
This commit is contained in:
parent
7816ceaa3d
commit
a0a29fdbe7
2 changed files with 4 additions and 3 deletions
|
@ -32,7 +32,7 @@
|
||||||
<v-icon>label</v-icon>
|
<v-icon>label</v-icon>
|
||||||
</v-list-item-action>
|
</v-list-item-action>
|
||||||
<v-list-item-content>
|
<v-list-item-content>
|
||||||
<v-list-item-title>Gérer les tags/catégories</v-list-item-title>
|
<v-list-item-title>Gérer les catégories</v-list-item-title>
|
||||||
</v-list-item-content>
|
</v-list-item-content>
|
||||||
</v-list-item>
|
</v-list-item>
|
||||||
</v-list>
|
</v-list>
|
||||||
|
|
|
@ -130,7 +130,8 @@ export default {
|
||||||
{
|
{
|
||||||
text: 'Actions',
|
text: 'Actions',
|
||||||
value: 'actions',
|
value: 'actions',
|
||||||
width: 100
|
width: 100,
|
||||||
|
sortable: false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
tags: [],
|
tags: [],
|
||||||
|
@ -160,7 +161,7 @@ export default {
|
||||||
},
|
},
|
||||||
|
|
||||||
created () {
|
created () {
|
||||||
this.$store.commit('SET_TITLE', 'Gestion des tags')
|
this.$store.commit('SET_TITLE', 'Gestion des catégories')
|
||||||
this.fetchData()
|
this.fetchData()
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue