Feathers-vuex: Example for form binding

Created on 16 Mar 2018  路  3Comments  路  Source: feathersjs-ecosystem/feathers-vuex

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

````

````

not knowing if it's the right way to do it :-) Maybe there is a better example for form-binding?

documentation

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!

All 3 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

beeplin picture beeplin  路  8Comments

juancampuzano picture juancampuzano  路  4Comments

samburgers picture samburgers  路  7Comments

RubyRubenstahl picture RubyRubenstahl  路  3Comments

DreaMinder picture DreaMinder  路  6Comments