@@ -26,20 +26,20 @@ These docs are for version 2.x. For
[email protected] , please go to [https://fe
26
26
- Feathers Query Syntax
27
27
- Vuex Strict Mode Support
28
28
- Client-Side Pagination Support
29
- - Fall-Through Caching *
30
- - [ ` $FeathersVuex ` Plugin for Vue] ( ./vue-plugin.md ) *
31
- - [ Per-Service Data Modeling] ( ./common-patterns.md#Basic-Data-Modeling-with-instanceDefaults ) *
32
- - Clone & Commit *
33
- - Simplified Auth *
34
- - Per-Record Defaults *
35
- - Data Level Computed Properties *
36
- - Improved Relation Support *
37
- - Powerful Mixins *
38
- - Renderless Data Components *
39
- - Renderless Form Component **
40
- - Temporary (Local-only) Record Support * *
41
- - Server-Powered Pagination Support **
42
- - [ VuePress Dark Mode Support] ( https://tolking.github.io/vuepress-theme-default-prefers-color-scheme/ ) for the Docs **
29
+ - Fall-Through Caching
30
+ - [ ` $FeathersVuex ` Plugin for Vue] ( ./vue-plugin.md )
31
+ - [ Per-Service Data Modeling] ( ./common-patterns.md#Basic-Data-Modeling-with-instanceDefaults )
32
+ - [ Clone & Commit] ( ./feathers-vuex-form-wrapper.md#the-clone-and-commit-pattern )
33
+ - Simplified Auth
34
+ - [ Per-Record Defaults] ( ./model-classes.md#instancedefaults )
35
+ - [ Data Level Computed Properties] ( ./2.0-major-release.md#getter-and-setter-props-go-on-the-model-classes )
36
+ - [ Improved Relation Support] ( ./2.0-major-release.md#define-relationships-and-modify-data-with-setupinstance )
37
+ - [ Powerful Mixins] ( ./mixins.md )
38
+ - [ Renderless Data Components] ( ./data-components.md )
39
+ - [ Renderless Form Component] ( ./feathers-vuex-form-wrapper.md#feathersvuexformwrapper ) for Simplified Vuex Forms
40
+ - [ 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
43
43
44
44
` * Improved in v2.0.0 ` <br />
45
45
` ** New in v2.0.0 `
0 commit comments