create alt button to open pdf in new tab

This commit is contained in:
omair saleh
2021-06-17 10:23:11 +08:00
parent ff07ede0b0
commit e409df4154
@@ -50,6 +50,7 @@
this.isLoading = false;
},
openBase64NewTab() {
console.log(this.src);
var blob = this.base64toBlob(this.src);
if (window.navigator && window.navigator.msSaveOrOpenBlob) {
window.navigator.msSaveOrOpenBlob(blob, "pdfBase64.pdf");