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 499b581 commit b971d5fCopy full SHA for b971d5f
src/index.ts
@@ -5,6 +5,7 @@ eslint
5
*/
6
import FeathersVuexFind from './FeathersVuexFind'
7
import FeathersVuexGet from './FeathersVuexGet'
8
+import FeathersVuexFormWrapper from './FeathersVuexFormWrapper'
9
import makeFindMixin from './make-find-mixin'
10
import makeGetMixin from './make-get-mixin'
11
import { globalModels as models } from './service-module/global-models'
@@ -68,6 +69,7 @@ export {
68
69
initAuth,
70
FeathersVuexFind,
71
FeathersVuexGet,
72
+ FeathersVuexFormWrapper,
73
FeathersVuex,
74
makeFindMixin,
75
makeGetMixin,
0 commit comments