|
|
пре 6 година | |
|---|---|---|
| .. | ||
| __tests__ | 2d6d5d4517 chore: move events.spec.ts | пре 6 година |
| src | 0b2573f3d1 types(runtime-dom): cast to the correct eventType instead of any (#292) | пре 6 година |
| README.md | 360f3b4f37 types: improve type exports | пре 6 година |
| api-extractor.json | b2d269a651 build: use api-extractor for type rollup | пре 6 година |
| index.js | e05673f4d3 refactor: rename packages | пре 7 година |
| jsx.d.ts | e665a133e9 types: bump TS version + type test for createComponent | пре 7 година |
| package.json | b2d269a651 build: use api-extractor for type rollup | пре 6 година |
import { h, createApp } from '@vue/runtime-dom'
const RootComponent = {
render() {
return h('div', 'hello world')
}
}
createApp().mount(RootComponent, '#app')