Skip to content

Commit

Permalink
fix: preview failed when the Element Plus version is less than 2.2.0 (
Browse files Browse the repository at this point in the history
  • Loading branch information
makedopamine authored Aug 3, 2024
1 parent e53b6c0 commit a422794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/template/element-plus.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ export function loadStyle() {
document.body.append(link)
})
})
return Promise.all(styles)
return Promise.allSettled(styles)
}

0 comments on commit a422794

Please sign in to comment.