refactor: adjust files

This commit is contained in:
Evan You
2019-02-26 18:04:52 -05:00
parent cbf95c642e
commit 77dae71062
10 changed files with 340 additions and 348 deletions

View File

@@ -1,7 +1,7 @@
import { ComponentInstance } from './component'
import { isFunction, isReservedKey } from '@vue/shared'
import { warn } from './warning'
import { isRendering } from './componentUtils'
import { isRendering } from './componentRenderUtils'
import { isObservable } from '@vue/observer'
import { reservedMethods } from './componentOptions'