|
|
vor 1 Monat | |
|---|---|---|
| .. | ||
| __tests__ | 73317aeae0 chore: Merge branch 'main' into minor | vor 1 Monat |
| src | 73317aeae0 chore: Merge branch 'main' into minor | vor 1 Monat |
| LICENSE | 34989ef7fe chore: license | vor 6 Jahren |
| README.md | 8a99f903db style: format html&markdown files (#11531) | vor 1 Jahr |
| index.js | e05673f4d3 refactor: rename packages | vor 7 Jahren |
| package.json | 7fa1a53a63 release: v3.6.0-beta.9 | vor 1 Monat |
import { h, createApp } from '@vue/runtime-dom'
const RootComponent = {
render() {
return h('div', 'hello world')
},
}
createApp(RootComponent).mount('#app')