xiaoboost 32499b16e7 types: improve typing (#309) %!s(int64=6) %!d(string=hai) anos
..
__tests__ db5c343c33 test(runtime-dom): add test coverage for v-on runtime guards, fix "exact" guard (#298) %!s(int64=6) %!d(string=hai) anos
src 32499b16e7 types: improve typing (#309) %!s(int64=6) %!d(string=hai) anos
README.md 360f3b4f37 types: improve type exports %!s(int64=6) %!d(string=hai) anos
api-extractor.json b2d269a651 build: use api-extractor for type rollup %!s(int64=6) %!d(string=hai) anos
index.js e05673f4d3 refactor: rename packages %!s(int64=7) %!d(string=hai) anos
jsx.d.ts 32499b16e7 types: improve typing (#309) %!s(int64=6) %!d(string=hai) anos
package.json b2d269a651 build: use api-extractor for type rollup %!s(int64=6) %!d(string=hai) anos

README.md

@vue/runtime-dom

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

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

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