refactor: reorganize component related code and types

This commit is contained in:
Evan You
2019-09-06 11:19:22 -04:00
parent 4c075803b5
commit 0f25c29119
10 changed files with 218 additions and 200 deletions

View File

@@ -2,9 +2,9 @@ import {
ComponentInstance,
LifecycleHooks,
currentInstance,
setCurrentInstance,
ComponentRenderProxy
setCurrentInstance
} from './component'
import { ComponentRenderProxy } from './componentProxy'
import { callWithAsyncErrorHandling, ErrorTypeStrings } from './errorHandling'
import { warn } from './warning'
import { capitalize } from '@vue/shared'