mirror of
https://framagit.org/les/gancio.git
synced 2025-02-01 00:52:01 +01:00
minor
This commit is contained in:
parent
1155da2695
commit
167e6e6dbe
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
:headers='headers')
|
:headers='headers')
|
||||||
template(v-slot:item.actions='{ item }')
|
template(v-slot:item.actions='{ item }')
|
||||||
v-btn(text small @click='confirm(item)' color='success') {{$t('common.confirm')}}
|
v-btn(text small @click='confirm(item)' color='success') {{$t('common.confirm')}}
|
||||||
v-btn(text small :to='`/event/${item.id}`' color='success') {{$t('common.preview')}}
|
v-btn(text small :to='`/event/${item.slug || item.id}`' color='success') {{$t('common.preview')}}
|
||||||
v-btn(text small :to='`/add/${item.id}`' color='warning') {{$t('common.edit')}}
|
v-btn(text small :to='`/add/${item.id}`' color='warning') {{$t('common.edit')}}
|
||||||
v-btn(text small @click='remove(item)'
|
v-btn(text small @click='remove(item)'
|
||||||
color='error') {{$t('common.delete')}}
|
color='error') {{$t('common.delete')}}
|
||||||
|
|
Loading…
Reference in a new issue