Skip to content

Commit

Permalink
reorganize
Browse files Browse the repository at this point in the history
  • Loading branch information
irina060981 committed Jul 12, 2022
1 parent cfce3dc commit 4103264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/controllers/download-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export default class DownloadController {
static async htmlDownloadAll (data, fileName) {
const params = ['theme', 'stylePath', 'jsPath', 'fullData']

const htmlTemplateLib = await import(/* webpackPrefetch: true */ '@/lib/download/html-temp-js')
const htmlTemplateLib = await import('@/lib/download/html-temp-js')

let htmlTemplate = htmlTemplateLib.default.template

Expand Down

0 comments on commit 4103264

Please sign in to comment.