refactor: rename apiApp.ts -> apiCreateApp.ts
This commit is contained in:
parent
1c4cdd841d
commit
c9b9ae3941
@ -13,7 +13,7 @@ import {
|
|||||||
callWithErrorHandling,
|
callWithErrorHandling,
|
||||||
callWithAsyncErrorHandling
|
callWithAsyncErrorHandling
|
||||||
} from './errorHandling'
|
} from './errorHandling'
|
||||||
import { AppContext, createAppContext, AppConfig } from './apiApp'
|
import { AppContext, createAppContext, AppConfig } from './apiCreateApp'
|
||||||
import { Directive, validateDirectiveName } from './directives'
|
import { Directive, validateDirectiveName } from './directives'
|
||||||
import { applyOptions, ComponentOptions } from './apiOptions'
|
import { applyOptions, ComponentOptions } from './apiOptions'
|
||||||
import {
|
import {
|
||||||
|
@ -99,7 +99,7 @@ export { registerRuntimeCompiler } from './component'
|
|||||||
|
|
||||||
// Types -----------------------------------------------------------------------
|
// Types -----------------------------------------------------------------------
|
||||||
|
|
||||||
export { App, AppConfig, AppContext, Plugin } from './apiApp'
|
export { App, AppConfig, AppContext, Plugin } from './apiCreateApp'
|
||||||
export { VNode, VNodeTypes, VNodeProps } from './vnode'
|
export { VNode, VNodeTypes, VNodeProps } from './vnode'
|
||||||
export {
|
export {
|
||||||
Component,
|
Component,
|
||||||
|
@ -45,7 +45,7 @@ import { ShapeFlags } from './shapeFlags'
|
|||||||
import { pushWarningContext, popWarningContext, warn } from './warning'
|
import { pushWarningContext, popWarningContext, warn } from './warning'
|
||||||
import { invokeDirectiveHook } from './directives'
|
import { invokeDirectiveHook } from './directives'
|
||||||
import { ComponentPublicInstance } from './componentProxy'
|
import { ComponentPublicInstance } from './componentProxy'
|
||||||
import { App, createAppAPI } from './apiApp'
|
import { App, createAppAPI } from './apiCreateApp'
|
||||||
import {
|
import {
|
||||||
SuspenseBoundary,
|
SuspenseBoundary,
|
||||||
queueEffectWithSuspense,
|
queueEffectWithSuspense,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user