回答編集履歴

1

Fix sample code

2020/02/14 06:29

投稿

shgtkshruch
shgtkshruch

スコア665

test CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  <th
16
16
 
17
- v-for="title in any"
17
+ v-for="title in titles"
18
18
 
19
19
  :style="{ height: `${title.width}` }"
20
20