|
|
6 years ago | |
|---|---|---|
| .. | ||
| src | 23ff681418 chore: fix comment typos (#94) | 6 years ago |
| README.md | 360f3b4f37 types: improve type exports | 6 years ago |
| api-extractor.json | b2d269a651 build: use api-extractor for type rollup | 6 years ago |
| index.js | e05673f4d3 refactor: rename packages | 7 years ago |
| jsx.d.ts | e665a133e9 types: bump TS version + type test for createComponent | 7 years ago |
| package.json | b2d269a651 build: use api-extractor for type rollup | 6 years ago |
import { h, createApp } from '@vue/runtime-dom'
const RootComponent = {
render() {
return h('div', 'hello world')
}
}
createApp().mount(RootComponent, '#app')