mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-13 13:37:31 -07:00
parent
25494f5c9a
commit
00ee61d578
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