Skip to content

Commit 0d33e98

Browse files
Merge branch 'master' into 3.0
2 parents 1584315 + a879560 commit 0d33e98

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/api-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ These docs are for version 2.x. For [email protected], please go to [https://fe
2525
- Live Queries
2626
- Feathers Query Syntax
2727
- Vuex Strict Mode Support
28-
- Client-Side Pagination Support
28+
- [Client-Side Pagination Support](./service-plugin.md#pagination-and-the-find-getter)
2929
- Fall-Through Caching
3030
- [`$FeathersVuex` Plugin for Vue](./vue-plugin.md)
3131
- [Per-Service Data Modeling](./common-patterns.md#Basic-Data-Modeling-with-instanceDefaults)
@@ -38,9 +38,9 @@ These docs are for version 2.x. For [email protected], please go to [https://fe
3838
- [Renderless Data Components](./data-components.md)
3939
- [Renderless Form Component](./feathers-vuex-form-wrapper.md#feathersvuexformwrapper) for Simplified Vuex Forms
4040
- [Temporary (Local-only) Record Support](./2.0-major-release.md#support-for-temporary-records) *
41-
- Server-Powered Pagination Support *
42-
- [VuePress Dark Mode Support](https://tolking.github.io/vuepress-theme-default-prefers-color-scheme/) for the Docs
4341
- New `useFind` and `useGet` Vue Composition API super powers! <Badge text="3.0.0+" />
42+
- [Server-Powered Pagination Support](./service-plugin.md#pagination-and-the-find-action) *
43+
- [VuePress Dark Mode Support](https://tolking.github.io/vuepress-theme-default-prefers-color-scheme/) for the Docs
4444

4545
`** Improved in v3.0.0`
4646

0 commit comments

Comments
 (0)