chore: add filename prop

This commit is contained in:
丁锐
2022-04-29 10:14:49 +08:00
parent 67270835f0
commit d40f67d2e9
2 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -12,8 +12,8 @@
<div style="height: calc(100vh - 30px); width: 80%; margin: 0 auto">
<PDFViewer
:source="pdfSource"
@download="handleDownload"
:settings="{ defaultZoom: 200 }"
@download="handleDownload"
/>
</div>