fix: md-bg articlePath passing

This commit is contained in:
2026-04-09 11:53:24 +08:00
parent 385bcb16d8
commit 2aaca2c56f
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -111,6 +111,7 @@ customElement<DeckProps>('md-deck', {
{/* 导出 PDF 预览弹窗 */}
<Show when={store.state.isExporting}>
<PrintPreview
articlePath={articlePath}
store={store}
onClose={() => store.actions.setExporting(false)}
onExport={() => {}}