too much cleaning..
This commit is contained in:
parent
65fe3e2406
commit
21092b9b0e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue