Skip to content

Commit 4d5e88f

Browse files
committed
Add FeathersVuexPagination to vue-plugin docs
1 parent 5a21c78 commit 4d5e88f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/vue-plugin.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,9 @@ const user = new models.api.User({
8585
When you register the Vue Plugin, a few components are automatically globally registered:
8686

8787
- The [Renderless Data components](/data-components.html)
88-
- The [`FeathersVuexFormWrapper` component](/feathers-vuex-forms.html)
88+
- The [`FeathersVuexFormWrapper` component](/feathers-vuex-forms.html#feathersvuexformwrapper)
89+
- The [`FeathersVuexInputWrapper` component](/feathers-vuex-forms.html#feathersvuexinputwrapper)
90+
- The [`FeathersVuexPagination` component](/composition-api.html#feathersvuexpagination)
8991

9092
You can pass `components: false` in the options to not globally register the component:
9193

0 commit comments

Comments
 (0)