Using Vuex4 With Vue3 And Ionic Framework

A simple introduction to using Vuex 4 for state management in Vuejs version 3 with Ionic Framework
We cover two specific scenarios when using a simple count store
- State management of the store by dispatching an action to change the value in the store, no payload passed
- State management of the store by dispatching an action to change the value in the store, using the payload passed in my the component