浏览代码

chore(docs): add missing commas

codelo 9 月之前
父节点
当前提交
e5a6fe42ea
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)
   }