Skip to content

Commit c11a687

Browse files
committed
Register FeathersVuexPagination component in plugin
1 parent 3f961c1 commit c11a687

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/vue-plugin/vue-plugin.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ eslint
66
import FeathersVuexFind from '../FeathersVuexFind'
77
import FeathersVuexGet from '../FeathersVuexGet'
88
import FeathersVuexFormWrapper from '../FeathersVuexFormWrapper'
9+
import FeathersVuexPagination from '../FeathersVuexPagination'
910
import { globalModels } from '../service-module/global-models'
1011

1112
export const FeathersVuex = {
@@ -19,6 +20,7 @@ export const FeathersVuex = {
1920
Vue.component('FeathersVuexFind', FeathersVuexFind)
2021
Vue.component('FeathersVuexGet', FeathersVuexGet)
2122
Vue.component('FeathersVuexFormWrapper', FeathersVuexFormWrapper)
23+
Vue.component('FeathersVuexPagination', FeathersVuexPagination)
2224
}
2325
}
2426
}

0 commit comments

Comments
 (0)