Replace the deprecated Element Plus API

This commit is contained in:
pa
2025-11-10 14:28:35 +09:00
committed by Natsumi
parent 6451fd5bcf
commit e317c64035
44 changed files with 159 additions and 178 deletions

View File

@@ -6,7 +6,7 @@
width="90vw"
height="80vh"
@close="closeDialog">
<template #title>
<template #header>
<div class="dialog-title-container">
<span>{{ t('dialog.group_calendar.header') }}</span>
<el-button @click="toggleViewMode" type="primary" size="small" class="view-toggle-btn">

View File

@@ -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>