mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
forgot mdiRepeat icon in _slug
This commit is contained in:
parent
b6bf13a573
commit
c02912f0ea
1 changed files with 2 additions and 2 deletions
|
@ -138,7 +138,7 @@ import clipboard from '../../assets/clipboard'
|
|||
const htmlToText = require('html-to-text')
|
||||
|
||||
import { mdiArrowLeft, mdiArrowRight, mdiDotsVertical, mdiCodeTags, mdiClose,
|
||||
mdiEye, mdiEyeOff, mdiDelete,
|
||||
mdiEye, mdiEyeOff, mdiDelete, mdiRepeat,
|
||||
mdiCalendarExport, mdiCalendar, mdiContentCopy, mdiMapMarker } from '@mdi/js'
|
||||
|
||||
export default {
|
||||
|
@ -159,7 +159,7 @@ export default {
|
|||
data () {
|
||||
return {
|
||||
mdiArrowLeft, mdiArrowRight, mdiDotsVertical, mdiCodeTags, mdiCalendarExport, mdiCalendar,
|
||||
mdiMapMarker, mdiContentCopy, mdiClose, mdiDelete, mdiEye, mdiEyeOff,
|
||||
mdiMapMarker, mdiContentCopy, mdiClose, mdiDelete, mdiEye, mdiEyeOff, mdiRepeat,
|
||||
currentAttachment: 0,
|
||||
event: {},
|
||||
showEmbed: false,
|
||||
|
|
Loading…
Reference in a new issue