How to use download.js to download pictures in vue

the front end uses the QR code generated by the plug-in. The url address of the picture is in base64 format. How can vue introduce download.js, to download the QR code picture
clipboard.png
download.js




clipboard.png

Jan.24,2022

Direct import'. / download.js';

download("data:image/gif;base64,R0lGODl********************==", "dlDataUrlBin.gif", "image/gif");
Menu