mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-30 20:23:46 +02:00
add row key to feed items and gamelog items
This commit is contained in:
@@ -69,7 +69,8 @@ export const useGameLogStore = defineStore('GameLog', () => {
|
||||
defaultSort: {
|
||||
prop: 'created_at',
|
||||
order: 'descending'
|
||||
}
|
||||
},
|
||||
rowKey: (row) => `${row.type}:${row.rowId ?? Math.random()}`
|
||||
},
|
||||
pageSize: 20,
|
||||
pageSizeLinked: true,
|
||||
|
||||
Reference in New Issue
Block a user