|
|
5 日 前 | |
|---|---|---|
| .. | ||
| __tests__ | 0354f880f5 chore: Merge branch 'main' into minor | 2 週間 前 |
| src | 94b7ea9f5f chore: Merge branch 'main' into minor | 5 日 前 |
| LICENSE | 34989ef7fe chore: license | 6 年 前 |
| README.md | 8a99f903db style: format html&markdown files (#11531) | 1 年間 前 |
| index.js | e05673f4d3 refactor: rename packages | 7 年 前 |
| package.json | 62f8f4b3c2 release: v3.6.0-beta.15 | 5 日 前 |
import { h, createApp } from '@vue/runtime-dom'
const RootComponent = {
render() {
return h('div', 'hello world')
},
}
createApp(RootComponent).mount('#app')