Skip to content

Commit f72b156

Browse files
committed
Fix typo in docs
Thanks to @fontzter! Fixes #420
1 parent 951bfda commit f72b156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/data-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ import { FeathersVuexFind, FeathersVuexGet } from 'feathers-vuex'
126126

127127
// in your component
128128
components: {
129-
FeathersVuexData,
129+
FeathersVuexFind,
130130
FeathersVuexGet
131131
}
132132

0 commit comments

Comments
 (0)