Files
gancio/plugins/initialize.js

10 lines
357 B
JavaScript
Raw Normal View History

2019-05-30 12:12:51 +02:00
// TOFIX: not needed in any case (eg. embed)
export default async ({ store, $axios }) => {
2019-06-06 23:54:32 +02:00
// 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 })
2019-05-30 12:12:51 +02:00
}