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>
|
<script>
|
||||||
import Modal from '@/components/Modal';
|
import Modal from '@/components/Modal';
|
||||||
|
import AuthenticatedImage from "@/components/AuthenticatedImage.vue";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'Lightbox',
|
name: 'Lightbox',
|
||||||
components: {Modal},
|
components: {Modal, AuthenticatedImage},
|
||||||
props: ['file']
|
props: ['file']
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in a new issue