Form fields and mapWritableState #998
Unanswered
plweil
asked this question in
Help and Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm migrating to Pinia from Vuex. Under Vuex, I mapped writable form fields with the vuex-map-fields package. That enabled me to rename the computed properties o match Vuelidate validators (and avoid the dotted object notation), like this:
Can I do something similar with Pinia? E.g.,
Beta Was this translation helpful? Give feedback.
All reactions