Check below how to define the store, to access it, you ca do this:
const store = useCompanyEventsStore();
store.sorted;
store.events;
You will notice that the store calls a method every X seconds to get the new data from the server, to keep it up to date(using reload
method).