You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.
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) 😕
The text was updated successfully, but these errors were encountered:
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) 😕
The text was updated successfully, but these errors were encountered: