Counter-for-Messenger
Counter-for-Messenger copied to clipboard
Use vuex to store data
Current structure use component prop to pass data. But it's make this project more complex. And hard to pass data to parent component. So use vuex to handle data store.
It's my stupid design from then. (use prop to pass data from top component) 😕