JavaScript UI Libraries & Blazor Components Suite – Smart UI Forums Data Grid Missing reference to ‘jszip.min.js’

Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #108600
    innosoft
    Participant

    Hi

    When exporting Excel from Vue3, “Missing reference to ‘jszip.min.js” error occurs.
    So I installed it with npm i jszip but there is no change. Please tell me what to do.
    <div>

     

    </div>

    #108609
    ivanpeevski
    Participant

    Hi innosoft,

     

    The jszip.min.js file is included in the NPM package in the “export” folder. You can include the script in the following way:

    <script src=”/node_modules/smart-webcomponents/export/jszip.min.js”></script>

     

    Best Regards,
    Ivan Peevski

    Smart UI Team
    https://www.htmlelements.com

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.