快乐的梦鱼 310e9694a3 3d模型页面完成 1 hafta önce
..
dist 310e9694a3 3d模型页面完成 1 hafta önce
LICENSE c06cb8fb39 非遗 1 yıl önce
README.md 310e9694a3 3d模型页面完成 1 hafta önce
index.js c06cb8fb39 非遗 1 yıl önce
package.json 310e9694a3 3d模型页面完成 1 hafta önce

README.md

@vue/runtime-dom

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

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

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