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

3.20240429.0 • 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/runtime-dom-canary

Weekly Downloads

166

Version

3.20240429.0

License

MIT

Unpacked Size

1.06 MB

Total Files

12

Last publish

Collaborators

  • sxzz
  • znck
  • yyx990803
  • akryum
  • soda
  • linusborg
  • antfu
  • pikax
  • posva
  • kiaking