parent
082ee8836f
commit
45413c9d28
1 changed files with 3 additions and 0 deletions
|
@ -64,6 +64,9 @@ export default Vue.extend({
|
|||
pagination: {
|
||||
endpoint: 'admin/show-users',
|
||||
limit: 10,
|
||||
params: () => ({
|
||||
sort: '+createdAt'
|
||||
}),
|
||||
offsetMode: true
|
||||
},
|
||||
target: '',
|
||||
|
|
Loading…
Reference in a new issue