Skip to content

Commit a9722b4

Browse files
committed
docs: note about eager patching with FormWrapper
Fixes #520
1 parent 2988f9e commit a9722b4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/feathers-vuex-forms.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,10 @@ The default slot contains only four attributes. The `clone` data can be passed
151151
- `reset`: {Function} When called, the clone data will be reset back to the data that is currently found in the store for the same record.
152152
- `remove`: {Function} When called, it removes the record from the API server and the Vuex store.
153153
154+
### Usage with `diffOnPatch`
155+
156+
If you plan to use the `diffOnPatch` static Model method together with the `FeathersVuexFormWrapper`, be sure to set the `eager` prop to `false`. See [this GitHub issue](https://github.com/feathersjs-ecosystem/feathers-vuex/issues/520) for more details.
157+
154158
## FormWrapper Example: CRUD Form
155159
156160
### TodoView

0 commit comments

Comments
 (0)