parent
082ee8836f
commit
45413c9d28
|
@ -64,6 +64,9 @@ export default Vue.extend({
|
||||||
pagination: {
|
pagination: {
|
||||||
endpoint: 'admin/show-users',
|
endpoint: 'admin/show-users',
|
||||||
limit: 10,
|
limit: 10,
|
||||||
|
params: () => ({
|
||||||
|
sort: '+createdAt'
|
||||||
|
}),
|
||||||
offsetMode: true
|
offsetMode: true
|
||||||
},
|
},
|
||||||
target: '',
|
target: '',
|
||||||
|
|
Loading…
Reference in New Issue