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 b666949 commit bb02a78Copy full SHA for bb02a78
src/index.ts
@@ -27,7 +27,7 @@ import {
27
Id,
28
FeathersVuexStoreState,
29
FeathersVuexGlobalModels,
30
- GlobalModels,
+ GlobalModels
31
} from './service-module/types'
32
import { initAuth, hydrateApi } from './utils'
33
import { FeathersVuex } from './vue-plugin/vue-plugin'
@@ -112,5 +112,5 @@ export {
112
ModelSetupContext,
113
ServiceState,
114
115
- FeathersVuexStoreState,
+ FeathersVuexStoreState
116
}
0 commit comments