1.0.7 • Published 4 years ago

vuex-objectify v1.0.7

Weekly downloads
18
License
MIT
Repository
github
Last release
4 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

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago