|
hai 4 semanas | |
---|---|---|
.. | ||
node_modules | hai 4 semanas | |
LICENSE | hai 4 semanas | |
README.md | hai 4 semanas | |
index.js | hai 4 semanas | |
package.json | hai 4 semanas |
import { h, createApp } from '@vue/runtime-dom'
const RootComponent = {
render() {
return h('div', 'hello world')
},
}
createApp(RootComponent).mount('#app')