fix(options): data options should preserve original object if possible
This commit is contained in:
@@ -64,9 +64,9 @@ export {
|
||||
ComponentOptionsWithoutProps,
|
||||
ComponentOptionsWithProps,
|
||||
ComponentOptionsWithArrayProps
|
||||
} from './componentOptions'
|
||||
} from './apiOptions'
|
||||
|
||||
export { ComponentPublicInstance } from './componentPublicInstanceProxy'
|
||||
export { ComponentPublicInstance } from './componentProxy'
|
||||
export { RendererOptions } from './createRenderer'
|
||||
export { Slot, Slots } from './componentSlots'
|
||||
export { Prop, PropType, ComponentPropsOptions } from './componentProps'
|
||||
|
||||
Reference in New Issue
Block a user