AR
Asked
Hi,
Can you explain show I can show images in vue js from laravel plugin that you use for attachment.
I need to show images in invoice print. Currently it only show image name and a link to download. I need to display image.
Can you explain show I can show images in vue js from laravel plugin that you use for attachment.
I need to show images in invoice print. Currently it only show image name and a link to download. I need to display image.
- MSAnsweredHello,
The attachments are not image only so they are showing as link. If you need to change, you can modify the vue file `resources/js/Pages/Checkin/Details.vue` for checkins and `resources/js/Pages/Checkout/Details.vue` for checkouts.
Thank you - Login to Reply