refactor all kind of modals using the modal component

This commit is contained in:
taehoon 2019-10-18 07:05:01 -04:00
parent 07ec18fe11
commit 348d6664eb
6 changed files with 23 additions and 40 deletions

View file

@ -1,11 +1,13 @@
import StillImage from '../still-image/still-image.vue'
import VideoAttachment from '../video_attachment/video_attachment.vue'
import Modal from '../modal/modal.vue'
import fileTypeService from '../../services/file_type/file_type.service.js'
const MediaModal = {
components: {
StillImage,
VideoAttachment
VideoAttachment,
Modal
},
computed: {
showing () {