Files
budget_analyser/node_modules/@vue/runtime-dom
TiclemFR 031f7071e6 🔧
2024-01-20 23:14:52 +01:00
..
🔧
2024-01-20 23:14:52 +01:00
🔧
2023-12-29 17:47:40 +01:00
🔧
2023-12-29 17:47:40 +01:00
🔧
2024-01-20 23:14:52 +01:00
🔧
2023-12-29 17:47:40 +01:00

@vue/runtime-dom

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

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

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