Evan You ca82c329f0 wip: use typeFlag in slot normalization 7 tahun lalu
..
__tests__ da5edd3429 wip: improve props typing 7 tahun lalu
src ca82c329f0 wip: use typeFlag in slot normalization 7 tahun lalu
.npmignore e05673f4d3 refactor: rename packages 7 tahun lalu
README.md e05673f4d3 refactor: rename packages 7 tahun lalu
index.js e05673f4d3 refactor: rename packages 7 tahun lalu
jsx.d.ts e665a133e9 types: bump TS version + type test for createComponent 7 tahun lalu
package.json e665a133e9 types: bump TS version + type test for createComponent 7 tahun lalu

README.md

@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)