Kaynağa Gözat

chore(docs): add missing commas

codelo 7 ay önce
ebeveyn
işleme
e5a6fe42ea
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      packages/runtime-test/README.md

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

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