![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | dist/ | a year ago | - | |
![]() | LICENSE | a year ago | 1.1K | |
![]() | README.md | a year ago | 198 | 595aea1 more query options + view options [كارل مبارك] |
![]() | index.js | a year ago | 187 | |
![]() | package.json | a year ago | 1.3K | afd0ccc remove unused [كارل مبارك] |
import { h, createApp } from '@vue/runtime-dom'
const RootComponent = {
render() {
return h('div', 'hello world')
}
}
createApp(RootComponent).mount('#app')