icons ...

This commit is contained in:
lesion
2022-03-07 16:39:02 +01:00
parent 0e2f4d10f7
commit bac0aa5b16
5 changed files with 24 additions and 10 deletions

View File

@@ -5,6 +5,7 @@
v-card-text
v-data-table(
:hide-default-footer='unconfirmedEvents.length<10'
:footer-props='{ prevIcon: mdiChevronLeft, nextIcon: mdiChevronRight }'
:items='unconfirmedEvents'
:headers='headers')
template(v-slot:item.actions='{ item }')
@@ -16,6 +17,7 @@
</template>
<script>
import { mdiChevronLeft, mdiChevronRight } from '@mdi/js'
export default {
props: {
@@ -23,6 +25,7 @@ export default {
},
data () {
return {
mdiChevronLeft, mdiChevronRight,
valid: false,
dialog: false,
editing: false,