|
|
6 лет назад | |
|---|---|---|
| .. | ||
| __tests__ | f26cd5dfe4 test: layout more runtime-core tests | 6 лет назад |
| src | 8a01c8e549 types: fix createComponent spec | 6 лет назад |
| .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 | aacad85058 test: fix reactivity tests | 6 лет назад |
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)