Files
Camilou.fr/VUEJS/myapp/node_modules/@vue/runtime-dom
Camilla Schoeser 6a71f91e2f ajout du site
2026-05-29 21:38:59 +02:00
..
2026-05-29 21:38:59 +02:00
2026-05-29 21:38:59 +02:00
2026-05-29 21:38:59 +02:00
2026-05-29 21:38:59 +02:00
2026-05-29 21:38:59 +02:00

@vue/runtime-dom

import { h, createApp } from '@vue/runtime-dom'

const RootComponent = {
  render() {
    return h('div', 'hello world')
  },
}

createApp(RootComponent).mount('#app')