Skip to content

Commit 79462a3

Browse files
authored
Merge pull request #23 from asmadsen/master
WIP #22 Added to VuexModule and cleaned up some unreached statements
2 parents cfcf222 + 2970c64 commit 79462a3

20 files changed

+166
-112
lines changed

dist/actions.js

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/actions.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/getters.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/getters.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/module.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { _state, _mutations, _getters, _proxy, _map, _store, _namespacedPath, _a
33
import { Store } from "vuex";
44
export declare type VuexClassConstructor<T> = new () => T;
55
export declare class VuexModule {
6+
$store: Store<any>;
67
static CreateSubModule<V extends typeof VuexModule>(SubModule: V): InstanceType<V>;
78
static CreateProxy<V extends typeof VuexModule>($store: Store<any>, cls: V): InstanceType<V>;
89
static ClearProxyCache<V extends typeof VuexModule>(cls: V): void;

dist/module.js

Lines changed: 8 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)