mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-10 20:39:48 +08:00
Merge branch 'vue-element-pr'
This commit is contained in:
commit
4e00cb8276
@ -61,9 +61,8 @@ export default {
|
||||
const value = e.target.value.trim()
|
||||
const { todo } = this
|
||||
if (!value) {
|
||||
this.deleteTodo({
|
||||
todo
|
||||
})
|
||||
this.deleteTodo(todo)
|
||||
this.editing = false
|
||||
} else if (this.editing) {
|
||||
this.editTodo({
|
||||
todo,
|
||||
|
Loading…
x
Reference in New Issue
Block a user