You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When trying to implement Form.io with my Vue application, I had errors after installing npm install vue-formio --save
It turns out the npm changed to '@formio/vue' but wasn't updated in this README.md, and the integration is incorrect, as it shows the last tag from 2 years ago.
To Reproduce
Steps to reproduce the behavior:
Access form.io documentation on how to integrate with Vue
Click on the link that leads to this repository
Scroll down to the installation step
Check the version tags
Expected behavior
The command to install is the same as in the form.io repository, and the tags are up to date with the new version.
The text was updated successfully, but these errors were encountered:
Describe the bug
When trying to implement Form.io with my Vue application, I had errors after installing
npm install vue-formio --save
It turns out the npm changed to '@formio/vue' but wasn't updated in this README.md, and the integration is incorrect, as it shows the last tag from 2 years ago.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The command to install is the same as in the form.io repository, and the tags are up to date with the new version.
The text was updated successfully, but these errors were encountered: