Skip to content

Commit cda7ba5

Browse files
committed
fix typos in guide introduction
1 parent 124bd0e commit cda7ba5

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)