不会爬树的猴 1f41508d80 错误更改 %!s(int64=2) %!d(string=hai) anos
..
dist 1f41508d80 错误更改 %!s(int64=2) %!d(string=hai) anos
LICENSE 1f41508d80 错误更改 %!s(int64=2) %!d(string=hai) anos
README.md 1f41508d80 错误更改 %!s(int64=2) %!d(string=hai) anos
index.js 1f41508d80 错误更改 %!s(int64=2) %!d(string=hai) anos
package.json 1f41508d80 错误更改 %!s(int64=2) %!d(string=hai) anos

README.md

@vue/runtime-dom

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

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

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