All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.README.md Maven / Gradle / Ivy

There is a newer version: 3.5.8
Show newest version
# @vue/runtime-dom

```js
import { h, createApp } from '@vue/runtime-dom'

const RootComponent = {
  render() {
    return h('div', 'hello world')
  },
}

createApp(RootComponent).mount('#app')
```




© 2015 - 2024 Weber Informatics LLC | Privacy Policy