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

@@ -36,9 +36,9 @@ export {
callWithAsyncErrorHandling
} from './errorHandling'
// For the compiler
export { resolveComponent } from './component'
export { applyDirectives, resolveDirective } from './directives'
// For compiler generated code
export { applyDirectives } from './directives'
export { resolveComponent, resolveDirective } from './componentOptions'
// Types -----------------------------------------------------------------------