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 3f961c1 commit c11a687Copy full SHA for c11a687
src/vue-plugin/vue-plugin.ts
@@ -6,6 +6,7 @@ eslint
6
import FeathersVuexFind from '../FeathersVuexFind'
7
import FeathersVuexGet from '../FeathersVuexGet'
8
import FeathersVuexFormWrapper from '../FeathersVuexFormWrapper'
9
+import FeathersVuexPagination from '../FeathersVuexPagination'
10
import { globalModels } from '../service-module/global-models'
11
12
export const FeathersVuex = {
@@ -19,6 +20,7 @@ export const FeathersVuex = {
19
20
Vue.component('FeathersVuexFind', FeathersVuexFind)
21
Vue.component('FeathersVuexGet', FeathersVuexGet)
22
Vue.component('FeathersVuexFormWrapper', FeathersVuexFormWrapper)
23
+ Vue.component('FeathersVuexPagination', FeathersVuexPagination)
24
}
25
26
0 commit comments