Skip to content

Commit 02322ed

Browse files
Merge pull request #448 from andrewharvey/patch-2
Update common-patterns.md to fix link to renderless data components
2 parents 329291e + 4d9b72e commit 02322ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/common-patterns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You can set `debug: true` in the options to enable some logging to assist with d
1212

1313
## Use the `<FeathersVuexFind>` and `<FeathersVuexGet>` components
1414

15-
Using the new `<FeathersVuexFind>` and `<FeathersVuexGet>` components provides concise access to the best features of `feathers-vuex`, including live queries, reactive lists, custom pagination tracking per component, and fall-through cacheing of local data in the Vuex store. Check out the [Renderless Data Components](./components.html) docs for more details.
15+
Using the new `<FeathersVuexFind>` and `<FeathersVuexGet>` components provides concise access to the best features of `feathers-vuex`, including live queries, reactive lists, custom pagination tracking per component, and fall-through cacheing of local data in the Vuex store. Check out the [Renderless Data Components](./data-components.html) docs for more details.
1616

1717
## Use the `makeFindMixin` and `makeGetMixin` utilities
1818

0 commit comments

Comments
 (0)