![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | dist/ | 2 years ago | - | |
![]() | LICENSE | 4 years ago | 1.1K | |
![]() | README.md | 4 years ago | 198 | d768d73 docs [كارل مبارك] |
![]() | index.js | 4 years ago | 187 | 3e510ca test new git [كارل مبارك] |
![]() | package.json | 2 years ago | 1.8K | 3e510ca test new git [كارل مبارك] |
import { h, createApp } from '@vue/runtime-dom'
const RootComponent = {
render() {
return h('div', 'hello world')
}
}
createApp(RootComponent).mount('#app')