We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6054e1a commit fd7a0cdCopy full SHA for fd7a0cd
docs/model-classes.md
@@ -51,9 +51,9 @@ User.instanceDefaults = function() {
51
}
52
```
53
54
-### BaseModel typing <Badge text="3.11.0+" />
+### BaseModel typing
55
56
-Version `3.11.0` brings explicit typing to the BaseModel. This gives helpful IDE autocomplete and errors when using Model classes.
+BaseModel typing gives helpful IDE autocomplete and errors when using Model classes.
57
58
Since Feathers-Vuex doesn't know what your data looks like, you will need to help define your underlying model data's interface.
59
0 commit comments