Skip to content

Commit 741ebb7

Browse files
committed
doc: 更正预览文档链接
1 parent 4548afc commit 741ebb7

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/BootstrapBlazor.Server/Components/Samples/FileViewers.razor.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ protected override void OnInitialized()
2525
ExcelSampleFile = CombineFilename("sample.xlsx");
2626

2727
FileList.Add("sample.xlsx");
28-
FileList.Add("sample2.xlsx");
29-
FileList.Add("sample3.xlsx");
30-
FileList.Add("sample2.docx");
3128
FileList.Add("sample.docx");
3229
Url = FileList[0];
3330

src/BootstrapBlazor.Server/Components/Samples/PdfViewers.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</div>
1919
</div>
2020
</section>
21-
<PdfViewer Url="./samples/pdf-viewer.pdf" Height="620px"
21+
<PdfViewer Url="./samples/sample.pdf" Height="620px"
2222
NotSupportCallback="NotSupportCallback" OnLoaded="OnLoaded"
2323
UseGoogleDocs="@_useGoogleDocs"></PdfViewer>
2424
</DemoBlock>

0 commit comments

Comments
 (0)