diff --git a/src/template/element-plus.js b/src/template/element-plus.js index 6fc64d34..950055d0 100644 --- a/src/template/element-plus.js +++ b/src/template/element-plus.js @@ -22,5 +22,5 @@ export function loadStyle() { document.body.append(link) }) }) - return Promise.all(styles) + return Promise.allSettled(styles) }