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 690be1c commit d43d914Copy full SHA for d43d914
src/plugins/store/index.ts
@@ -28,6 +28,5 @@ let opt: StoreOptions<any> = {
28
export interface State<T> {
29
[key: string]: T;
30
}
31
-
32
export { Action, ActionContext, MutationTree, Mutation, Getter } from 'vuex';
33
export default new Vuex.Store(opt);
0 commit comments