質問編集履歴

1

コピペミス修正

2018/01/24 06:30

投稿

nnahito
nnahito

スコア2004

test CHANGED
File without changes
test CHANGED
@@ -46,15 +46,13 @@
46
46
 
47
47
 
48
48
 
49
- <div id="app-7">
49
+ <ol>
50
50
 
51
- <ol>
51
+ <!-- todos 配列にある各 todo に対して todo-item コンポーネントのインスタンスを作成する -->
52
52
 
53
- <todo-item v-for="item in groceryList" v-bind:todo="item"></todo-item>
53
+ <todo-item></todo-item>
54
54
 
55
- </ol>
55
+ </ol>
56
-
57
- </div>
58
56
 
59
57
 
60
58