2018-10-15 19:07:06 -04:00
..
2018-10-15 19:07:06 -04:00
2018-09-19 11:35:38 -04:00
2018-09-19 11:35:38 -04:00
2018-10-13 20:46:30 -04:00

@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({
  nodeOps,
  patchData,
  teardownVNode
})

render(h('div'), container)