add import for authenticatedImage in Lightbox.vue
This commit is contained in:
parent
2ba96c8b16
commit
515648ffa8
1 changed files with 2 additions and 1 deletions
|
@ -16,10 +16,11 @@
|
|||
|
||||
<script>
|
||||
import Modal from '@/components/Modal';
|
||||
import AuthenticatedImage from "@/components/AuthenticatedImage.vue";
|
||||
|
||||
export default {
|
||||
name: 'Lightbox',
|
||||
components: {Modal},
|
||||
components: {Modal, AuthenticatedImage},
|
||||
props: ['file']
|
||||
};
|
||||
</script>
|
||||
|
|
Loading…
Reference in a new issue