Vue image preview function on mobile

to do a photo preview function on mobile, I now use vue-cli to build the project. Ui uses min-ui,q. Is there any good vue plug-in to implement this function

?
Mar.30,2021

convert the picture preview to base64 directly after taking the file object


you can refer to picture upload and compression . The preview function only needs to set the data to src attribute


generate a link using blob


vue-preview

Menu