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 d6f332c commit 587779fCopy full SHA for 587779f
src/vue-plugin/vue-plugin.ts
@@ -5,6 +5,7 @@ eslint
5
*/
6
import FeathersVuexFind from '../FeathersVuexFind'
7
import FeathersVuexGet from '../FeathersVuexGet'
8
+import FeathersVuexFormWrapper from '../FeathersVuexFormWrapper'
9
import { globalModels } from '../service-module/global-models'
10
11
export const FeathersVuex = {
@@ -17,6 +18,7 @@ export const FeathersVuex = {
17
18
if (shouldSetupComponents) {
19
Vue.component('FeathersVuexFind', FeathersVuexFind)
20
Vue.component('FeathersVuexGet', FeathersVuexGet)
21
+ Vue.component('FeathersVuexFormWrapper', FeathersVuexFormWrapper)
22
}
23
24
0 commit comments