|
|
há 6 anos atrás | |
|---|---|---|
| .. | ||
| __tests__ | 5b38e631e7 chore: test todos | há 6 anos atrás |
| src | 7bb822c160 wip: cloneVNode + mergeProps | há 6 anos atrás |
| .npmignore | e05673f4d3 refactor: rename packages | há 7 anos atrás |
| README.md | e05673f4d3 refactor: rename packages | há 7 anos atrás |
| index.js | e05673f4d3 refactor: rename packages | há 7 anos atrás |
| jsx.d.ts | e665a133e9 types: bump TS version + type test for createComponent | há 7 anos atrás |
| package.json | aacad85058 test: fix reactivity tests | há 6 anos atrás |
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)