mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-28 19:23:47 +02:00
fix
This commit is contained in:
@@ -103,10 +103,6 @@ export const usePhotonStore = defineStore('Photon', () => {
|
||||
value: []
|
||||
}
|
||||
],
|
||||
tableProps: {
|
||||
stripe: true,
|
||||
size: 'small'
|
||||
},
|
||||
pageSize: 10,
|
||||
paginationProps: {
|
||||
layout: 'sizes,prev,pager,next,total'
|
||||
@@ -124,10 +120,6 @@ export const usePhotonStore = defineStore('Photon', () => {
|
||||
value: []
|
||||
}
|
||||
],
|
||||
tableProps: {
|
||||
stripe: true,
|
||||
size: 'small'
|
||||
},
|
||||
pageSize: 10,
|
||||
paginationProps: {
|
||||
layout: 'sizes,prev,pager,next,total'
|
||||
|
||||
Reference in New Issue
Block a user