Skip to content

Commit 52a08f7

Browse files
Merge pull request #209 from Cl3MM/patch-3
Fixed method name in code example
2 parents a4debb5 + 97f0aa8 commit 52a08f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/model-classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Model classes have a `getFromStore` method, which is a proxy to the [`get` gette
5858
// In your Vue component
5959
created () {
6060
const { Todo } = this.$FeathersVuex
61-
const todo = Todo.findInStore(this.id)
61+
const todo = Todo.getFromStore(this.id)
6262
}
6363
```
6464

0 commit comments

Comments
 (0)