refactor: split componentRenderUtils

This commit is contained in:
Evan You
2019-09-06 11:25:11 -04:00
parent 0f25c29119
commit d87bed0138
6 changed files with 126 additions and 128 deletions

View File

@@ -9,11 +9,13 @@ import {
} from './vnode'
import {
ComponentInstance,
renderComponentRoot,
shouldUpdateComponent,
createComponentInstance,
setupStatefulComponent
} from './component'
import {
renderComponentRoot,
shouldUpdateComponent
} from './componentRenderUtils'
import {
isString,
EMPTY_OBJ,