Counter-for-Messenger icon indicating copy to clipboard operation
Counter-for-Messenger copied to clipboard

Use vuex to store data

Open ALiangLiang opened this issue 6 years ago • 0 comments

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) 😕

ALiangLiang avatar Oct 05 '18 08:10 ALiangLiang