vue3-yuanma/packages/core/README.md
2018-09-20 00:17:20 -04:00

311 B

@vue/core

This package is published only for typing and building custom renderers. It is NOT meant to be used in applications.

import { createRenderer, h } from '@vue/core'

const { render } = createRenderer({
  queueJob,
  nodeOps,
  patchData,
  teardownVNode
})

render(h('div'), container)