Skip to content

Commit fd7a0cd

Browse files
committed
docs: don't reference version number
1 parent 6054e1a commit fd7a0cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/model-classes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ User.instanceDefaults = function() {
5151
}
5252
```
5353

54-
### BaseModel typing <Badge text="3.11.0+" />
54+
### BaseModel typing
5555

56-
Version `3.11.0` brings explicit typing to the BaseModel. This gives helpful IDE autocomplete and errors when using Model classes.
56+
BaseModel typing gives helpful IDE autocomplete and errors when using Model classes.
5757

5858
Since Feathers-Vuex doesn't know what your data looks like, you will need to help define your underlying model data's interface.
5959

0 commit comments

Comments
 (0)