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 4d150e9 commit 220e193Copy full SHA for 220e193
types/index.d.ts
@@ -84,7 +84,7 @@ export type Mutation<S> = (state: S, payload: any) => any;
84
export type Plugin<S> = (store: Store<S>) => any;
85
86
export interface Module<S, R> {
87
- namespace?: string;
+ namespaced?: boolean;
88
state?: S;
89
getters?: GetterTree<S, R>;
90
actions?: ActionTree<S, R>;
0 commit comments