cleaning admin tables

This commit is contained in:
les
2021-01-24 18:37:20 +01:00
parent 6725456660
commit f6f4ef9b1c
3 changed files with 30 additions and 21 deletions

View File

@@ -31,6 +31,7 @@
v-data-table(
:headers='headers'
:items='users'
:hide-default-footer='users.length<5'
:search='search')
template(v-slot:item.actions='{item}')
v-btn(text small @click='toggle(item)'