|
|
3 년 전 | |
|---|---|---|
| .. | ||
| __tests__ | e077e6f5f3 workflow: disable threads during tests | 3 년 전 |
| src | eb0c1e7025 build: remove api-extractor | 3 년 전 |
| types | eb0c1e7025 build: remove api-extractor | 3 년 전 |
| LICENSE | 34989ef7fe chore: license | 6 년 전 |
| README.md | 1b2878d80f chore: update runtime-dom/README example to latest signature (#693) [ci skip] | 6 년 전 |
| index.js | e05673f4d3 refactor: rename packages | 7 년 전 |
| package.json | 78b86150b8 release: v3.3.0-alpha.4 | 3 년 전 |
import { h, createApp } from '@vue/runtime-dom'
const RootComponent = {
render() {
return h('div', 'hello world')
}
}
createApp(RootComponent).mount('#app')