forgot mdiRepeat icon in _slug

This commit is contained in:
lesion 2022-02-21 15:25:48 +01:00
parent b6bf13a573
commit c02912f0ea
No known key found for this signature in database
GPG key ID: 352918250B012177

View file

@ -138,7 +138,7 @@ import clipboard from '../../assets/clipboard'
const htmlToText = require('html-to-text') const htmlToText = require('html-to-text')
import { mdiArrowLeft, mdiArrowRight, mdiDotsVertical, mdiCodeTags, mdiClose, import { mdiArrowLeft, mdiArrowRight, mdiDotsVertical, mdiCodeTags, mdiClose,
mdiEye, mdiEyeOff, mdiDelete, mdiEye, mdiEyeOff, mdiDelete, mdiRepeat,
mdiCalendarExport, mdiCalendar, mdiContentCopy, mdiMapMarker } from '@mdi/js' mdiCalendarExport, mdiCalendar, mdiContentCopy, mdiMapMarker } from '@mdi/js'
export default { export default {
@ -159,7 +159,7 @@ export default {
data () { data () {
return { return {
mdiArrowLeft, mdiArrowRight, mdiDotsVertical, mdiCodeTags, mdiCalendarExport, mdiCalendar, mdiArrowLeft, mdiArrowRight, mdiDotsVertical, mdiCodeTags, mdiCalendarExport, mdiCalendar,
mdiMapMarker, mdiContentCopy, mdiClose, mdiDelete, mdiEye, mdiEyeOff, mdiMapMarker, mdiContentCopy, mdiClose, mdiDelete, mdiEye, mdiEyeOff, mdiRepeat,
currentAttachment: 0, currentAttachment: 0,
event: {}, event: {},
showEmbed: false, showEmbed: false,