keep migrating to vuetify

This commit is contained in:
les
2021-01-11 00:17:56 +01:00
parent 539c0fa933
commit 3abb39f62b
24 changed files with 1382 additions and 1389 deletions

View File

@@ -21,10 +21,11 @@ export default ({ $axios, store }, inject) => {
start: params.start,
end: params.end,
places: params.places && params.places.join(','),
tags: params.tags && params.tags.join(',')
tags: params.tags && params.tags.join(','),
show_recurrent: params.show_recurrent
}
})
return events
return events.map(e => Object.freeze(e))
} catch (e) {
console.error(e)
return []