Ant.design Vue exprert a fix in a Vue2 Vue3 Migration
Budget: £10 – £20 GBP
We are looking for ant-design vue expert to help fix one functionnaliy in migration from Vue2 to Vue3
Code in Vue 2 :
```
data() {
return {
....
form: this.$form.createForm(this),
.....
}
}
```
Vue 2 Packages :
"ant-design-vue": "1.6.5"
"vue": "2.5.2"
Vue 3 Packages :
"vue": "3.4.15"
"ant-design-vue": "2.2.8"
Problem in Vue 3 :
```
Uncaught TypeError: Cannot read property 'createForm' of undefined
```
Code in Vue 2 :
```
data() {
return {
....
form: this.$form.createForm(this),
.....
}
}
```
Vue 2 Packages :
"ant-design-vue": "1.6.5"
"vue": "2.5.2"
Vue 3 Packages :
"vue": "3.4.15"
"ant-design-vue": "2.2.8"
Problem in Vue 3 :
```
Uncaught TypeError: Cannot read property 'createForm' of undefined
```