2
0
Эх сурвалжийг харах

chore(docs): add missing commas

codelo 9 сар өмнө
parent
commit
e5a6fe42ea

+ 1 - 1
packages/runtime-test/README.md

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