@vue-vapor/runtime-dom
TypeScript icon, indicating that this package has built-in type declarations

3.20240714.0-6608bb3 • Public • Published

@vue/runtime-dom

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

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

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

Readme

Keywords

Package Sidebar

Install

npm i @vue-vapor/runtime-dom

Weekly Downloads

17

Version

3.20240714.0-6608bb3

License

MIT

Unpacked Size

1.09 MB

Total Files

12

Last publish

Collaborators

  • sxzz