fix(options): data options should preserve original object if possible

This commit is contained in:
Evan You
2019-10-02 10:03:43 -04:00
parent 5ab1d75c39
commit d87255ce46
10 changed files with 24 additions and 19 deletions

View File

@@ -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'