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

3.0.0-alpha.10 • Public • Published

@vue/runtime-dom

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

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

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

Readme

Keywords

Package Sidebar

Install

npm i @next-vue/runtime-dom

Weekly Downloads

0

Version

3.0.0-alpha.10

License

MIT

Unpacked Size

680 kB

Total Files

11

Last publish

Collaborators

  • hujiulongpkg