chore: update runtime-dom/README example to latest signature (#693) [ci skip]
This commit is contained in:
parent
eb9e089277
commit
1b2878d80f
@ -9,5 +9,5 @@ const RootComponent = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
createApp().mount(RootComponent, '#app')
|
createApp(RootComponent).mount('#app')
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user