Skip to content

Commit ec1886a

Browse files
committed
Export the form wrapper
1 parent 0639c2b commit ec1886a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.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 makeFindMixin from './make-find-mixin'
910
import makeGetMixin from './make-get-mixin'
1011
import { globalModels as models } from './service-module/global-models'
@@ -70,6 +71,7 @@ export {
7071
initAuth,
7172
FeathersVuexFind,
7273
FeathersVuexGet,
74+
FeathersVuexFormWrapper,
7375
FeathersVuex,
7476
makeFindMixin,
7577
makeGetMixin,

0 commit comments

Comments
 (0)