const actions = {

  getHolidays ({ commit }) {
    api.apiClient.get(`/api/holidays`, { crossDomain: true })
      .then(response => {