Bakhtina Sofya b84cb877be 1st comm | hai 2 meses | |
---|---|---|
.. | ||
dist | hai 2 meses | |
LICENSE | hai 2 meses | |
README.md | hai 2 meses | |
index.js | hai 2 meses | |
package.json | hai 2 meses |
import { h, createApp } from '@vue/runtime-dom'
const RootComponent = {
render() {
return h('div', 'hello world')
},
}
createApp(RootComponent).mount('#app')