2019-08-29 16:56:31 -04:00
..
2019-08-29 16:56:31 -04:00
2019-08-28 12:13:36 -04:00
2018-10-26 15:44:50 -04:00
2018-10-26 15:44:50 -04:00
2019-08-20 09:58:10 -04:00
2018-10-26 15:44:50 -04:00

@vue/runtime-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/runtime-core'

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

render(h('div'), container)