koumoul-dev / vuetify-jsonschema-form

Create beautiful and low-effort forms that output valid data. Published on npm as @koumoul/vjsf.
https://koumoul-dev.github.io/vuetify-jsonschema-form/latest/
MIT License
538 stars 154 forks source link

x-fromData vuex binding #388

Closed abumalekFayed closed 1 year ago

abumalekFayed commented 1 year ago

Is there is any way to pass vuex getter to x-fromData directly ?

albanm commented 1 year ago

x-fromData can use data from the "context" param of v-jsf and context can be a computed property with parts coming from vuex, etc.