fix: form templateContext error #62

pull/165/head
tangjinzhou 6 years ago
parent b649f6b848
commit 6e147b97b4

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

Loading…
Cancel
Save