質問編集履歴

1

誤字

2018/07/18 10:59

投稿

jojo003
jojo003

スコア14

test CHANGED
File without changes
test CHANGED
@@ -96,11 +96,7 @@
96
96
 
97
97
  return $this->json([
98
98
 
99
- 'count' => count($details),
100
-
101
- 'details' => $details
99
+ 'details' => $details]);
102
-
103
- ], 200, [], ['groups' => ['detailView']]);
104
100
 
105
101
  }
106
102
 
@@ -144,7 +140,7 @@
144
140
 
145
141
  <!-- v-forで取得した値をループ表示 -->
146
142
 
147
- <tr v-for="(detail, detailIdx) in details">
143
+ <tr v-for="(detail, index) in details">
148
144
 
149
145
  <td aria-label="名称">
150
146