Skip to content

Commit df862f5

Browse files
committed
refactor: 精简代码
1 parent 4ebbd92 commit df862f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/BootstrapBlazor.PdfReader/PdfReader.razor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export async function setData(id, data) {
5050

5151
const { options } = pdf;
5252
options.url = null;
53-
options.data = data;;
53+
options.data = data;
5454
await loadPdf(pdf);
5555
}
5656

0 commit comments

Comments
 (0)