質問編集履歴

1

ソース修正

2021/10/20 05:16

投稿

firstLast1012
firstLast1012

スコア4

test CHANGED
File without changes
test CHANGED
@@ -90,11 +90,11 @@
90
90
 
91
91
  <!-- detail.isChecked → details.isCheckedで全選択できるようになるが、computedのチェック済みのみを計算する機能が働かなくなる
92
92
 
93
- <th><input type='checkbox' v-model='details.isChecked'></input></th>
93
+ <th><input type='checkbox' v-model='detail.isChecked'></input></th>
94
94
 
95
95
  -->
96
96
 
97
- <th><input type='checkbox' v-model='detail.isChecked'></input></th>
97
+ <th><input type='checkbox' v-model='details.isChecked'></input></th>
98
98
 
99
99
  <th><input type='text'></th>
100
100