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 0639c2b commit ec1886aCopy full SHA for ec1886a
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'
@@ -70,6 +71,7 @@ export {
70
71
initAuth,
72
FeathersVuexFind,
73
FeathersVuexGet,
74
+ FeathersVuexFormWrapper,
75
FeathersVuex,
76
makeFindMixin,
77
makeGetMixin,
0 commit comments