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