|
|
6 ani în urmă | |
|---|---|---|
| .. | ||
| __tests__ | f87d6b501e test: fix runtime-dom v-on test | 6 ani în urmă |
| src | 42278317e1 fix(transition): should ship props declarations in production | 6 ani în urmă |
| LICENSE | 34989ef7fe chore: license | 6 ani în urmă |
| README.md | 1b2878d80f chore: update runtime-dom/README example to latest signature (#693) [ci skip] | 6 ani în urmă |
| api-extractor.json | b2d269a651 build: use api-extractor for type rollup | 6 ani în urmă |
| index.js | e05673f4d3 refactor: rename packages | 7 ani în urmă |
| jsx.d.ts | 54bb820f73 types: update jsx support (#587) | 6 ani în urmă |
| package.json | 7402951d94 release: v3.0.0-alpha.11 | 6 ani în urmă |
import { h, createApp } from '@vue/runtime-dom'
const RootComponent = {
render() {
return h('div', 'hello world')
}
}
createApp(RootComponent).mount('#app')