|
|
há 6 anos atrás | |
|---|---|---|
| .. | ||
| __tests__ | 189a0a3b19 chore: use undefined for TS 3.8 compat | há 6 anos atrás |
| src | 80904e92b8 types: cleanup renderer & hydration typing | há 6 anos atrás |
| LICENSE | 34989ef7fe chore: license | há 6 anos atrás |
| README.md | 1b2878d80f chore: update runtime-dom/README example to latest signature (#693) [ci skip] | 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 | 54bb820f73 types: update jsx support (#587) | há 6 anos atrás |
| package.json | 478b4cfb2c release: v3.0.0-alpha.5 | há 6 anos atrás |
import { h, createApp } from '@vue/runtime-dom'
const RootComponent = {
render() {
return h('div', 'hello world')
}
}
createApp(RootComponent).mount('#app')