mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-17 22:03:50 +02:00
Replace the deprecated Element Plus API
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user