Skip to content

Commit 63a365f

Browse files
committed
chore: 更新资源文件路径
1 parent 4bd817c commit 63a365f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/BootstrapBlazor.OfficeViewer/OfficeViewer.razor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import Data from "../BootstrapBlazor/modules/data.js"
33

44
export async function init(id, invoke, options) {
5-
await addLink("./_content/BootstrapBlazor.OfficeDocumentViewer/office-viewer.css");
5+
await addLink("./_content/BootstrapBlazor.OfficeViewer/office-viewer.css");
66

77
const el = document.getElementById(id);
88
const officeViewer = { el, invoke, options };

0 commit comments

Comments
 (0)