We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f8089d commit eba978aCopy full SHA for eba978a
vue-cli/vue_todoList/dododo/src/components/Item/Item.vue
@@ -50,7 +50,7 @@
50
get(){
51
return this.todo.isChecked
52
},
53
- set(value){
+ set(){
54
// 这里是不能对 props 中属性进行修改 原则
55
// this.todo.isChecked = value;
56
this.toggleTodo(this.todo);
0 commit comments