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.
1 parent 5a21c78 commit 4d5e88fCopy full SHA for 4d5e88f
docs/vue-plugin.md
@@ -85,7 +85,9 @@ const user = new models.api.User({
85
When you register the Vue Plugin, a few components are automatically globally registered:
86
87
- The [Renderless Data components](/data-components.html)
88
-- The [`FeathersVuexFormWrapper` component](/feathers-vuex-forms.html)
+- 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)
91
92
You can pass `components: false` in the options to not globally register the component:
93
0 commit comments