Explorar o código

chore(docs): add missing commas

codelo hai 9 meses
pai
achega
e5a6fe42ea
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)
   }