gitbrent / PptxGenJS

Create PowerPoint presentations with a powerful, concise JavaScript API.
https://gitbrent.github.io/PptxGenJS/
MIT License
2.62k stars 611 forks source link

[BUG] pptxgenjs cannot be used in the Qiankun sub-application #1316

Open OpenRed opened 6 months ago

OpenRed commented 6 months ago

When I used it in the Qiankun sub-application, the function of exporting ppt did not save files, but it can be used normally in the local startup vue project. Why is that?

Issue Category

Question

Product Versions

"vue": "2.6.11" "pptxgenjs": "3.12.0"

Desired Behavior

I want to capture the content of the page in the Qiankun sub-application and export the ppt to save to the computer

Observed Behavior

I was able to export and save the ppt in the vue project I started locally, but deploying it to production didn't accomplish what I needed. But when I press F2 to open the console, I don't see any error messages either