快乐的梦鱼 310e9694a3 3d模型页面完成 hai 4 meses
..
dist 310e9694a3 3d模型页面完成 hai 4 meses
LICENSE c06cb8fb39 非遗 %!s(int64=2) %!d(string=hai) anos
README.md 310e9694a3 3d模型页面完成 hai 4 meses
index.js c06cb8fb39 非遗 %!s(int64=2) %!d(string=hai) anos
package.json 310e9694a3 3d模型页面完成 hai 4 meses

README.md

@vue/runtime-dom

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

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

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