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

@@ -15,7 +15,7 @@ import {
ComponentOptionsWithArrayProps,
ComponentOptionsWithProps,
ComponentOptions
} from './componentOptions'
} from './apiOptions'
import { ExtractPropTypes } from './componentProps'
// `h` is a more user-friendly version of `createVNode` that allows omitting the