|
|
пре 7 година | |
|---|---|---|
| .. | ||
| __tests__ | 5228f0343b wip: setup context + emit | пре 7 година |
| src | 5228f0343b wip: setup context + emit | пре 7 година |
| .npmignore | e05673f4d3 refactor: rename packages | пре 7 година |
| README.md | e05673f4d3 refactor: rename packages | пре 7 година |
| index.js | e05673f4d3 refactor: rename packages | пре 7 година |
| jsx.d.ts | e665a133e9 types: bump TS version + type test for createComponent | пре 7 година |
| package.json | e665a133e9 types: bump TS version + type test for createComponent | пре 7 година |
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)