]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore(docs): add missing commas
authorcodelo <39475510+codelo-99@users.noreply.github.com>
Mon, 15 Sep 2025 02:08:36 +0000 (10:08 +0800)
committerGitHub <noreply@github.com>
Mon, 15 Sep 2025 02:08:36 +0000 (10:08 +0800)
packages/runtime-test/README.md

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