mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-26 02:03:49 +02:00
Replace the deprecated Element Plus API
This commit is contained in:
@@ -79,11 +79,7 @@
|
||||
|
||||
<el-table-column :label="t('table.import.skip_export')" width="90" align="right">
|
||||
<template #default="{ row }">
|
||||
<el-button
|
||||
type="text"
|
||||
:icon="Close"
|
||||
size="small"
|
||||
@click="removeFromNoteExportTable(row)"></el-button>
|
||||
<el-button text :icon="Close" size="small" @click="removeFromNoteExportTable(row)"></el-button>
|
||||
</template>
|
||||
</el-table-column>
|
||||
</DataTable>
|
||||
|
||||
Reference in New Issue
Block a user