updated else section
This commit is contained in:
parent
d4351a3a43
commit
aebe869a4e
1 changed files with 8 additions and 1 deletions
|
|
@ -27,7 +27,14 @@
|
||||||
<div v-else>
|
<div v-else>
|
||||||
<i18n path="profile_info_popup.identity" tag="span">
|
<i18n path="profile_info_popup.identity" tag="span">
|
||||||
<template v-slot:displayName>
|
<template v-slot:displayName>
|
||||||
<b>{{ displayName }}</b>
|
<input
|
||||||
|
v-model="displayName"
|
||||||
|
@blur="
|
||||||
|
updateDisplayName($event.target.value);
|
||||||
|
editDisplayName = !editDisplayName;
|
||||||
|
"
|
||||||
|
@focus="editDisplayName = !editDisplayName"
|
||||||
|
/>
|
||||||
</template>
|
</template>
|
||||||
</i18n>
|
</i18n>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue