diff --git a/components/Event.vue b/components/Event.vue index 17e99667..d702b923 100644 --- a/components/Event.vue +++ b/components/Event.vue @@ -5,22 +5,16 @@ gradient="to bottom, rgba(0,0,0,.1), rgba(0,0,0,.7)" height="250" position="top top") v-card-title {{event.title}} - //- v-list-item - v-list-item-content - v-list-item-title.headline {{ event.title }} - v-list-item-subtitle - time(:datetime='event.start_datetime|unixFormat("YYYY-MM-DD HH:mm")') mdi-date {{ event|when }} - v-list-item-subtitle - span md-location-outline {{event.place.name}} + v-card-text time(:datetime='event.start_datetime|unixFormat("YYYY-MM-DD HH:mm")') mdi-event {{ event|when }} div mdi-location-on {{event.place.name}} - //- v-btn.ml-1(type='text' plain rounded size='mini' v-for='tag in event.tags' :key='tag' @click='addTag(tag)') {{tag}} --> + v-card-actions - v-chip.ml-1(v-for='tag in event.tags' link :key='tag' outlined color='primary' small) {{tag}} + v-chip.ml-1(v-for='tag in event.tags' link + :key='tag' outlined color='primary' small @click='addTag(tag)') {{tag}} v-spacer - //- v-btn(icon color='yellow') - v-icon mdi-share-variant + v-menu(offset-y) template(v-slot:activator="{on}") v-btn(icon v-on='on' color='primary') @@ -29,38 +23,6 @@ v-list-item v-list-item-title test - //-