refactor: reorganize component related code and types
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user