刘拾玖 9758f8d9db 加密 4 mesiacov pred
..
dist 9758f8d9db 加密 4 mesiacov pred
LICENSE 9758f8d9db 加密 4 mesiacov pred
README.md 9758f8d9db 加密 4 mesiacov pred
index.js 9758f8d9db 加密 4 mesiacov pred
package.json 9758f8d9db 加密 4 mesiacov pred

README.md

@vue/runtime-dom

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

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

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