Vue Devtools Plugin #86
Labels
🛠️ p2-medium
Issues that should be addressed but are less urgent
🌟 ver-minor
PR should have a minor version changeset type
🖖 vue-interop
Vue component's APIs, like prop handling, v-model support, etc...
Milestone
What
We would like to implement an auto-installing Vue Devtools plugin similar to the one in vee-validate.
Developers should use it to debug submit errors and test the various UI states for their inputs (invalid, touched, etc..) and some actions like validating the form and resetting it.
We can do a lot here, like events but let's leave that out of scope for the moment.
The bare minimum is being able to view Form/Fields/Groups/Repeaters state.
Ideally, I would love to make this an open-plugin for any form library that wants to render their forms to the Vue Devtools, so it will live in a separate package.
A final concern, is we need to make sure it is lazily loaded to avoid bundling it in production.
The text was updated successfully, but these errors were encountered: