fix: form templateContext error #62
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…
Reference in New Issue