Files
pressureSensor/frontend/node_modules/@vue/runtime-dom
2025-09-09 15:00:30 +08:00
..
2025-09-09 15:00:30 +08:00
2025-09-09 15:00:30 +08:00
2025-09-09 15:00:30 +08:00
2025-09-09 15:00:30 +08:00
2025-09-09 15:00:30 +08:00

@vue/runtime-dom

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

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

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