mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-23 00:33:50 +02:00
refactor usevuetable data
This commit is contained in:
@@ -133,7 +133,9 @@
|
||||
|
||||
const { table, pagination } = useVrcxVueTable({
|
||||
persistKey: 'gameLog',
|
||||
data: gameLogTableData,
|
||||
get data() {
|
||||
return gameLogTableData.value;
|
||||
},
|
||||
columns,
|
||||
getRowId: (row, index) => `${row.type}:${row.rowId ?? index}`,
|
||||
initialSorting: [],
|
||||
|
||||
Reference in New Issue
Block a user