fix: small fixes

This commit is contained in:
woothu
2019-06-14 18:20:45 +02:00
parent e2203189fc
commit 5ea5ac4e5b
14 changed files with 12 additions and 45 deletions
+3 -4
View File
@@ -11,7 +11,7 @@
:current-page="currentPage"
:per-page="perPage"
@row-clicked="rowClicked"
:pagination-props="$options.paginationProps"
:pagination="$options.paginationProps"
>
<td slot="id" slot-scope="data">
<strong>{{data.item.id}}</strong>
@@ -51,11 +51,10 @@ export default {
}
},
paginationProps: {
// size: 'sm',
align: 'center',
hideDoubleArrows: true,
previousButtonText: 'prev',
nextButtonText: 'next'
previousButtonHtml: 'prev',
nextButtonHtml: 'next'
},
methods: {
getBadge (status) {