rm nuxt compression, fix date picker width

This commit is contained in:
les
2019-10-26 00:03:11 +02:00
parent 69a50fea4f
commit 8632eb4a6e
7 changed files with 276 additions and 338 deletions

View File

@@ -127,15 +127,6 @@ export default {
error({ statusCode: 404, message: 'Event not found' })
}
},
// async fetch ({ $axios, store }) {
// try {
// // const now = new Date()
// // const events = await $axios.$get(`/event/${now.getMonth()}/${now.getFullYear()}`)
// // return store.commit('setEvents', events)
// } catch (e) {
// console.error(e)
// }
// },
computed: {
...mapGetters(['filteredEvents']),
...mapState(['settings']),
@@ -199,6 +190,8 @@ export default {
#eventDetail {
background-color: white;
margin-bottom: 30px;
padding-top: 0px;
.head {
z-index: 1;
position: sticky;