1.0.7 • Published 5 years ago

vuex-objectify v1.0.7

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

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago