This commit is contained in:
@@ -13,8 +13,9 @@
|
||||
:disable-pagination="true"
|
||||
:disable-filtering="true"
|
||||
hide-default-footer
|
||||
:header-props="{ sortByText: $ay.t('Sort') }"
|
||||
>
|
||||
<template v-slot:item.actions="{ item }">
|
||||
<template v-slot:[`item.actions`]="{ item }">
|
||||
<v-icon small class="mr-2" @click="deleteItem(item)">
|
||||
fa-trash
|
||||
</v-icon>
|
||||
|
||||
Reference in New Issue
Block a user