1.0.7 • Published 3 years ago

vuex-objectify v1.0.7

Weekly downloads
18
License
MIT
Repository
github
Last release
3 years ago
this.$store.dispatch('module/action', { data });

this.$store.commit(Types.mutations.SET_FIRST_THING, 10);

this.$store.getters[TYPES.getters.getSomething]
dispatches.module.action({ data });

commits.module.setFirstThing(10);

getters.module.getSomething();

Getting Started

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago