|
|
há 2 anos atrás | |
|---|---|---|
| .. | ||
| __tests__ | ceb215e45d test: update vShow tests to workaround jsdom regression | há 2 anos atrás |
| src | c379bc29ef fix(types): allow `null` type for textarea value (#9997) | há 2 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 |
| index.js | e05673f4d3 refactor: rename packages | há 7 anos atrás |
| package.json | a3725a729c release: v3.4.7 | há 2 anos atrás |
import { h, createApp } from '@vue/runtime-dom'
const RootComponent = {
render() {
return h('div', 'hello world')
}
}
createApp(RootComponent).mount('#app')