too much cleaning..

This commit is contained in:
lesion 2022-09-22 08:16:51 +02:00
parent 65fe3e2406
commit 21092b9b0e
No known key found for this signature in database
GPG key ID: 352918250B012177

View file

@ -20,11 +20,11 @@ v-card.h-event.event.d-flex(itemscope itemtype="https://schema.org/Event")
<script>
import { mapState } from 'vuex'
import MyPicture from '~/components/MyPicture'
import { mdiRepeat } from '@mdi/js'
import { mdiRepeat, mdiCalendar, mdiMapMarker } from '@mdi/js'
export default {
data() {
return { mdiRepeat }
return { mdiRepeat, mdiMapMarker, mdiCalendar }
},
components: {
MyPicture