Files
pig-farm-controller/frontend/node_modules/@vue/runtime-dom
huang 7112a16ca8 1. 前端改为vue单体程序
2. 增加设备管理相关接口
2025-09-08 18:16:40 +08:00
..
2025-09-08 18:16:40 +08:00
2025-09-08 18:16:40 +08:00
2025-09-08 18:16:40 +08:00
2025-09-08 18:16:40 +08:00
2025-09-08 18:16:40 +08:00

@vue/runtime-dom

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

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

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