VueJS - Dynamic State Management multiple instances
I am creating an app and I have a component "Message" which uses a store to get data back from a JSON file (this will be eventually a database) and the component is as follows: export default { ...