chore(docs): add missing commas

This commit is contained in:
codelo 2025-09-15 10:08:36 +08:00 committed by GitHub
parent 75220c7995
commit e5a6fe42ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ const App = {
return {
msg: 'Hello World!'
}
}
},
render () {
return h('div', this.msg)
}