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