From: codelo <39475510+codelo-99@users.noreply.github.com> Date: Mon, 15 Sep 2025 02:08:36 +0000 (+0800) Subject: chore(docs): add missing commas X-Git-Tag: v3.5.22~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e5a6fe42eaead3a9857d1527fff2a0b179066547;p=thirdparty%2Fvuejs%2Fcore.git chore(docs): add missing commas --- diff --git a/packages/runtime-test/README.md b/packages/runtime-test/README.md index 6db8b810e2..df0bd92b7b 100644 --- a/packages/runtime-test/README.md +++ b/packages/runtime-test/README.md @@ -12,7 +12,7 @@ const App = { return { msg: 'Hello World!' } - } + }, render () { return h('div', this.msg) }