Files
gancio/plugins/initialize.js
lesion 3ca818f016 .
2019-06-06 23:54:32 +02:00

10 lines
357 B
JavaScript

// TOFIX: not needed in any case (eg. embed)
export default async ({ store, $axios }) => {
// const now = new Date()
// const events = await $axios.$get(`/event/${now.getMonth()}/${now.getFullYear()}`)
// store.commit('setEvents', events)
// const { tags, places } = await $axios.$get('/event/meta')
// store.commit('update', { tags, places })
}