|
|
1 hafta önce | |
|---|---|---|
| .. | ||
| __tests__ | 0354f880f5 chore: Merge branch 'main' into minor | 3 hafta önce |
| src | 0354f880f5 chore: Merge branch 'main' into minor | 3 hafta önce |
| LICENSE | 34989ef7fe chore: license | 6 yıl önce |
| README.md | 8a99f903db style: format html&markdown files (#11531) | 1 yıl önce |
| index.js | e05673f4d3 refactor: rename packages | 7 yıl önce |
| package.json | a423940216 release: v3.6.0-beta.14 | 1 hafta önce |
import { h, createApp } from '@vue/runtime-dom'
const RootComponent = {
render() {
return h('div', 'hello world')
},
}
createApp(RootComponent).mount('#app')