智慧水务管理系统 - 精河县供水工程综合管理平台
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')