Files
vat-api.eu/node_modules/@vue/runtime-dom
2026-02-13 22:02:30 +01:00
..
2026-02-13 22:02:30 +01:00
2026-02-13 22:02:30 +01:00
2026-02-13 22:02:30 +01:00
2026-02-13 22:02:30 +01:00
2026-02-13 22:02:30 +01:00

@vue/runtime-dom

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

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

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