Skip to content

Commit 1f52ae4

Browse files
emazykasdras
authored andcommitted
Fix syntax error on given example - Add comma (#1758)
1 parent 0444540 commit 1f52ae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/components-registration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Then define the components you'd like to use in a `components` option:
8686

8787
```js
8888
new Vue({
89-
el: '#app'
89+
el: '#app',
9090
components: {
9191
'component-a': ComponentA,
9292
'component-b': ComponentB

0 commit comments

Comments
 (0)