fix: md-bg articlePath passing
This commit is contained in:
@@ -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={() => {}}
|
||||
|
||||
Reference in New Issue
Block a user