const store = new Vuex.Store({ state: { callSign: "all", data: [] }, getters: { }, mutations: { }, actions: { } });