refactor: rename apiApp.ts -> apiCreateApp.ts

This commit is contained in:
Evan You
2019-12-22 11:27:40 -05:00
parent 1c4cdd841d
commit c9b9ae3941
4 changed files with 3 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ import { ShapeFlags } from './shapeFlags'
import { pushWarningContext, popWarningContext, warn } from './warning'
import { invokeDirectiveHook } from './directives'
import { ComponentPublicInstance } from './componentProxy'
import { App, createAppAPI } from './apiApp'
import { App, createAppAPI } from './apiCreateApp'
import {
SuspenseBoundary,
queueEffectWithSuspense,