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

@@ -17,7 +17,7 @@ import { warn } from './warning'
import { ComponentInternalInstance } from './component'
import { currentRenderingInstance } from './componentRenderUtils'
import { callWithAsyncErrorHandling, ErrorCodes } from './errorHandling'
import { ComponentPublicInstance } from './componentPublicInstanceProxy'
import { ComponentPublicInstance } from './componentProxy'
export interface DirectiveBinding {
instance: ComponentPublicInstance | null