快乐的梦鱼 310e9694a3 3d模型页面完成 1 주 전
..
dist 310e9694a3 3d模型页面完成 1 주 전
LICENSE c06cb8fb39 非遗 1 년 전
README.md 310e9694a3 3d模型页面完成 1 주 전
index.js c06cb8fb39 非遗 1 년 전
package.json 310e9694a3 3d模型页面完成 1 주 전

README.md

@vue/runtime-dom

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

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

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