mirror of https://github.com/vuejs/core.git
chore(docs): add missing commas
This commit is contained in:
parent
75220c7995
commit
e5a6fe42ea
|
|
@ -12,7 +12,7 @@ const App = {
|
|||
return {
|
||||
msg: 'Hello World!'
|
||||
}
|
||||
}
|
||||
},
|
||||
render () {
|
||||
return h('div', this.msg)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue