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

3.5.13 • Public • Published

@vue/runtime-dom

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

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

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

/@vue/runtime-dom/

    Package Sidebar

    Install

    npm i @vue/runtime-dom

    Weekly Downloads

    3,840,108

    Version

    3.5.13

    License

    MIT

    Unpacked Size

    1.17 MB

    Total Files

    12

    Last publish

    Collaborators

    • yyx990803