Skip to content

Commit 587779f

Browse files
committed
feat: FeathersVuexFormWrapper in the vue plugin
This adds the FeathersVuexFormWrapper so that it automatically gets installed by the Vue Plugin.
1 parent d6f332c commit 587779f

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
@@ -5,6 +5,7 @@ eslint
55
*/
66
import FeathersVuexFind from '../FeathersVuexFind'
77
import FeathersVuexGet from '../FeathersVuexGet'
8+
import FeathersVuexFormWrapper from '../FeathersVuexFormWrapper'
89
import { globalModels } from '../service-module/global-models'
910

1011
export const FeathersVuex = {
@@ -17,6 +18,7 @@ export const FeathersVuex = {
1718
if (shouldSetupComponents) {
1819
Vue.component('FeathersVuexFind', FeathersVuexFind)
1920
Vue.component('FeathersVuexGet', FeathersVuexGet)
21+
Vue.component('FeathersVuexFormWrapper', FeathersVuexFormWrapper)
2022
}
2123
}
2224
}

0 commit comments

Comments
 (0)