renamed method
This commit is contained in:
parent
ab749cd932
commit
d4351a3a43
2 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@
|
|||
<input
|
||||
v-model="displayName"
|
||||
@blur="
|
||||
setDisplayName($event.target.value);
|
||||
updateDisplayName($event.target.value);
|
||||
editDisplayName = !editDisplayName;
|
||||
"
|
||||
@focus="editDisplayName = !editDisplayName"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue