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
+1 -1
View File
@@ -179,7 +179,7 @@
circle
@click.stop="refreshLocalAvatarFavorites" />
</template>
<el-button v-else size="small" type="text" @click.stop="cancelLocalAvatarRefresh">
<el-button v-else size="small" text @click.stop="cancelLocalAvatarRefresh">
<el-icon class="is-loading"><Loading /></el-icon>
{{ t('view.favorite.avatars.cancel_refresh') }}
</el-button>