Skip to content

Commit 759719f

Browse files
committed
Merge branch '2.0'
2 parents c7cefd2 + cda7ba5 commit 759719f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ Now we can pass the todo into each repeated component using `v-bind`:
284284
var app7 = new Vue({
285285
el: '#app-7',
286286
data: {
287-
todos: [{ /* ... */}]
287+
todos: [/* ... */]
288288
}
289289
})
290290
```

0 commit comments

Comments
 (0)