mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-08 22:23:08 +02:00
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