refactor: move prop decorator into core, expose initial props to initialziers
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { ComponentInstance } from './component'
|
||||
import { isFunction, isReservedKey } from '@vue/shared'
|
||||
import { isFunction } from '@vue/shared'
|
||||
import { isRendering } from './componentRenderUtils'
|
||||
import { reservedMethods } from './componentOptions'
|
||||
import { isReservedKey, reservedMethods } from './componentOptions'
|
||||
import { warn } from './warning'
|
||||
|
||||
const bindCache = new WeakMap()
|
||||
|
||||
Reference in New Issue
Block a user