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.
2 parents e486c85 + ae61879 commit 7b48cf6Copy full SHA for 7b48cf6
docs/mixins.md
@@ -27,7 +27,7 @@ export default {
27
makeFindMixin({ service: 'todos' })
28
],
29
computed: {
30
- // It's going to automatically look for a prop named `todosPanos`
+ // It's going to automatically look for a prop named `todosParams`
31
// This is based on the camelCased service name
32
todosParams () {
33
return { query: {} }
0 commit comments