Skip to content

Commit b0d792b

Browse files
committed
remove extra comma in components
1 parent fda94a9 commit b0d792b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/components.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ new Vue({
185185
posts: [
186186
{ id: 1, title: 'My journey with Vue' },
187187
{ id: 2, title: 'Blogging with Vue' },
188-
{ id: 3, title: 'Why Vue is so fun' },
188+
{ id: 3, title: 'Why Vue is so fun' }
189189
]
190190
}
191191
})

0 commit comments

Comments
 (0)