mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-27 10:43:48 +02:00
UI Refresh
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
v-loading="loading"
|
||||
:data="paginatedData"
|
||||
v-bind="mergedTableProps"
|
||||
:stripe="false"
|
||||
:default-sort="resolvedDefaultSort"
|
||||
@row-click="handleRowClick">
|
||||
<slot></slot>
|
||||
@@ -102,7 +103,6 @@
|
||||
delete rest.defaultSort;
|
||||
}
|
||||
return {
|
||||
stripe: true,
|
||||
...rest
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user