chore: update runtime-dom/README example to latest signature (#693) [ci skip]

This commit is contained in:
Jacek Karczmarczyk 2020-02-04 21:24:29 +07:00 committed by GitHub
parent eb9e089277
commit 1b2878d80f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,5 +9,5 @@ const RootComponent = {
}
}
createApp().mount(RootComponent, '#app')
createApp(RootComponent).mount('#app')
```