|
|
6 жил өмнө | |
|---|---|---|
| .. | ||
| __tests__ | e98a85f3cb refactor: applyDirectives -> withDirectives | 6 жил өмнө |
| src | 90b9884eb4 refactor: rename/re-organize files | 6 жил өмнө |
| LICENSE | 34989ef7fe chore: license | 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 | 32499b16e7 types: improve typing (#309) | 6 жил өмнө |
| package.json | 5eee1152ca types: (wip) improve dts output | 6 жил өмнө |
import { h, createApp } from '@vue/runtime-dom'
const RootComponent = {
render() {
return h('div', 'hello world')
}
}
createApp().mount(RootComponent, '#app')