File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 6
6
import FeathersVuexFind from '../FeathersVuexFind'
7
7
import FeathersVuexGet from '../FeathersVuexGet'
8
8
import FeathersVuexFormWrapper from '../FeathersVuexFormWrapper'
9
+ import FeathersVuexInputWrapper from '../FeathersVuexInputWrapper'
9
10
import FeathersVuexPagination from '../FeathersVuexPagination'
10
11
import { globalModels } from '../service-module/global-models'
11
12
@@ -20,6 +21,7 @@ export const FeathersVuex = {
20
21
Vue . component ( 'FeathersVuexFind' , FeathersVuexFind )
21
22
Vue . component ( 'FeathersVuexGet' , FeathersVuexGet )
22
23
Vue . component ( 'FeathersVuexFormWrapper' , FeathersVuexFormWrapper )
24
+ Vue . component ( 'FeathersVuexInputWrapper' , FeathersVuexInputWrapper )
23
25
Vue . component ( 'FeathersVuexPagination' , FeathersVuexPagination )
24
26
}
25
27
}
You can’t perform that action at this time.
0 commit comments