I want to bind the values I get from feathers-vuex to a form. Therefore I want to use the v-model directive. According to https://vuex.vuejs.org/en/forms.html I'm wondering if there's already a way to use a computed two-way property with feathers-vuex.
For now I'm doing it like
```` Please enter the details of the object type below.
objecttype details
````
not knowing if it's the right way to do it :-) Maybe there is a better example for form-binding?
I have a nice update in the works that simplifies usage with forms. I've been testing it out for a couple of weeks, and it works well. I'll publish it within the next couple of weeks. No breaking changes but lots of great new features!
That sounds great, thanks a lot for your continued work! If you need a beta tester - here I'am :-)
This solution has been out for a while! I've finally added an example to the docs. Check out the common patterns page.
Most helpful comment
I have a nice update in the works that simplifies usage with forms. I've been testing it out for a couple of weeks, and it works well. I'll publish it within the next couple of weeks. No breaking changes but lots of great new features!