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

3.20240610.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')

/@vue/runtime-dom-canary/

    Package Sidebar

    Install

    npm i @vue/runtime-dom-canary

    Weekly Downloads

    146

    Version

    3.20240610.0

    License

    MIT

    Unpacked Size

    1.06 MB

    Total Files

    12

    Last publish

    Collaborators

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