|
|
пре 7 година | |
|---|---|---|
| .. | ||
| __tests__ | a848466f07 test: test for attrs fallthrough | пре 7 година |
| src | 1106e2208d feat: vnode hooks | пре 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)