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

@@ -236,7 +236,7 @@
<div style="float: right">
<el-button
v-if="translationApi && userDialog.ref.bio"
type="text"
text
size="small"
style="margin-left: 5px; padding: 0"
@click="translateBio"
@@ -244,7 +244,7 @@
></el-button>
<el-button
v-if="userDialog.id === currentUser.id"
type="text"
text
:icon="Edit"
size="small"
style="margin-left: 5px; padding: 0"