|
|
7 лет назад | |
|---|---|---|
| .. | ||
| __tests__ | 5cd1f33de3 wip: refactor parentChain management | 7 лет назад |
| src | 60e803ce62 feat: support defining data in constructor/initialzers | 7 лет назад |
| .npmignore | 3401f6b460 init (graduate from prototype) | 7 лет назад |
| README.md | 342a9f3a03 refactor: use regex instead of startsWith | 7 лет назад |
| index.js | 3401f6b460 init (graduate from prototype) | 7 лет назад |
| package.json | de76daf073 refactor: depend on scheduler directly in core instead of injecting via createRenderer | 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/core'
const { render } = createRenderer({
nodeOps,
patchData,
teardownVNode
})
render(h('div'), container)