mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-01 20:53:45 +02:00
remove unnecessary lazy
This commit is contained in:
@@ -5,7 +5,6 @@
|
|||||||
:data="paginatedData"
|
:data="paginatedData"
|
||||||
v-bind="mergedTableProps"
|
v-bind="mergedTableProps"
|
||||||
:default-sort="resolvedDefaultSort"
|
:default-sort="resolvedDefaultSort"
|
||||||
lazy
|
|
||||||
@row-click="handleRowClick">
|
@row-click="handleRowClick">
|
||||||
<slot></slot>
|
<slot></slot>
|
||||||
</el-table>
|
</el-table>
|
||||||
|
|||||||
@@ -406,7 +406,6 @@ function openExternalLink(link) {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
.then((action) => {
|
.then((action) => {
|
||||||
console.log(action);
|
|
||||||
if (action === 'confirm') {
|
if (action === 'confirm') {
|
||||||
AppApi.OpenLink(link);
|
AppApi.OpenLink(link);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user