refactor: drop event delegation and use simple async edge case fix

This commit is contained in:
Evan You
2019-01-22 16:03:37 -05:00
parent 9449dfb352
commit 360a10fff2
6 changed files with 48 additions and 148 deletions

View File

@@ -1,12 +1,10 @@
import { createRenderer, Component } from '@vue/runtime-core'
import { nodeOps } from './nodeOps'
import { patchData } from './patchData'
import { teardownVNode } from './teardownVNode'
const { render: _render } = createRenderer({
nodeOps,
patchData,
teardownVNode
patchData
})
type publicRender = (