fix: form templateContext error #62

pull/77/merge
tangjinzhou 2018-07-03 14:04:17 +08:00
parent 71db14053b
commit c463649b4c
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ export default {
...options, ...options,
fieldMetaProp: FIELD_META_PROP, fieldMetaProp: FIELD_META_PROP,
fieldDataProp: FIELD_DATA_PROP, fieldDataProp: FIELD_DATA_PROP,
templateContext: this.$parent, templateContext: this.$vnode.context,
})({ })({
provide () { provide () {
return { return {