You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
namespace: '',// The namespace for the Vuex module. Will generally be derived from the service.path, service.name, when available. Otherwise, it must be provided here, explicitly.
18
-
nameStyle: 'short',// Determines the source of the module name. 'short', 'path', or 'explicit'
19
18
servicePath: '',
20
-
handleEvents: {}asHandleEvents,
21
19
state: {},// for custom state
22
20
getters: {},// for custom getters
23
21
mutations: {},// for custom mutations
@@ -42,12 +40,11 @@ export default function prepareMakeServicePlugin(
'No service was provided. If you passed one in, check that you have configured a transport plugin on the Feathers Client. Make sure you use the client version of the transport.'
@@ -59,11 +56,10 @@ export default function prepareMakeServicePlugin(
59
56
preferUpdate
60
57
}=options
61
58
62
-
if(!service){
63
-
thrownewError(
64
-
'No service was provided. If you passed one in, check that you have configured a transport plugin on the Feathers Client. Make sure you use the client version of the transport.'
0 commit comments