Friday, January 19, 2024

v-viewer

 

npm install v-viewer viewerjs

 onImageClick: function(attachment) {
     
        this.$viewerApi({
          attachments : attachment,
        })
     
    },


 

<div v-for="attachment in attachments" class="images" v-viewer>

No comments:

Post a Comment