Update UserCard.vue

This commit is contained in:
Aqr-K
2024-10-19 13:44:19 +08:00
committed by GitHub
parent 0036a895e9
commit 0b3fc938ae

View File

@@ -165,7 +165,7 @@ onMounted(() => {
编辑
</VBtn>
<VBtn
v-if="!(props.user.id === currentLoginUserId)"
v-if="props.user.id != currentLoginUserId"
color="error"
variant="outlined"
@click="removeUser"