change Form provide name
This commit is contained in:
parent
f5c3f91fc6
commit
e522134d24
2 changed files with 11 additions and 11 deletions
|
@ -49,8 +49,8 @@
|
|||
default: false
|
||||
}
|
||||
},
|
||||
provide() {
|
||||
return { form : this };
|
||||
provide () {
|
||||
return { FormInstance : this };
|
||||
},
|
||||
data () {
|
||||
return {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue