mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-04-06 03:57:53 +08:00
refine
This commit is contained in:
parent
061ab5ee6d
commit
1c9723949d
@ -11,8 +11,8 @@
|
|||||||
<button class="destroy" @click="deleteTodo( todo )" />
|
<button class="destroy" @click="deleteTodo( todo )" />
|
||||||
</div>
|
</div>
|
||||||
<input
|
<input
|
||||||
v-focus="editing"
|
|
||||||
v-show="editing"
|
v-show="editing"
|
||||||
|
v-focus="editing"
|
||||||
:value="todo.text"
|
:value="todo.text"
|
||||||
class="edit"
|
class="edit"
|
||||||
@keyup.enter="doneEdit"
|
@keyup.enter="doneEdit"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user