|
|
há 6 anos atrás | |
|---|---|---|
| .. | ||
| __tests__ | 00857ac816 feat(core): support v-show directive (#310) | há 6 anos atrás |
| src | 00857ac816 feat(core): support v-show directive (#310) | há 6 anos atrás |
| LICENSE | 34989ef7fe chore: license | há 6 anos atrás |
| README.md | 360f3b4f37 types: improve type exports | há 6 anos atrás |
| api-extractor.json | b2d269a651 build: use api-extractor for type rollup | há 6 anos atrás |
| index.js | e05673f4d3 refactor: rename packages | há 7 anos atrás |
| jsx.d.ts | dfc7c0f12a refactor: adjust internal vnode types + more dts tests | há 6 anos atrás |
| package.json | 5eee1152ca types: (wip) improve dts output | há 6 anos atrás |
import { h, createApp } from '@vue/runtime-dom'
const RootComponent = {
render() {
return h('div', 'hello world')
}
}
createApp().mount(RootComponent, '#app')