wenhongquan 63302d9512 fix преди 2 месеца
..
dist 63302d9512 fix преди 2 месеца
LICENSE 157cec5180 chore: 提交node_modules依赖文件 преди 2 месеца
README.md 157cec5180 chore: 提交node_modules依赖文件 преди 2 месеца
index.js 157cec5180 chore: 提交node_modules依赖文件 преди 2 месеца
package.json 63302d9512 fix преди 2 месеца

README.md

@vue/runtime-dom

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

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

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