eligrey / FileSaver.js

An HTML5 saveAs() FileSaver implementation
https://eligrey.com/blog/saving-generated-files-on-the-client-side/
Other
21.42k stars 4.38k forks source link

Alook can not download #718

Open maopixin opened 2 years ago

maopixin commented 2 years ago
// import
import { saveAs } from 'file-saver';

// use
saveAs(this.codeUrl, "二维码.png")

final

181627442002_ pic