智慧水务管理系统 - 精河县供水工程综合管理平台
bot_dev1 85df71fc28 feat: 实现供水运营专题大屏BI可视化 4 日 前
..
dist feat: 实现供水运营专题大屏BI可视化 4 日 前
LICENSE feat: 实现供水运营专题大屏BI可视化 4 日 前
README.md feat: 实现供水运营专题大屏BI可视化 4 日 前
index.js feat: 实现供水运营专题大屏BI可视化 4 日 前
package.json feat: 实现供水运营专题大屏BI可视化 4 日 前

README.md

@vue/runtime-dom

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

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

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