wave-ui 2.31.3 → 2.31.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2638,9 +2638,10 @@ const _sfc_main$w = {
2638
2638
  }),
2639
2639
  computed: {
2640
2640
  ligature() {
2641
+ var _a, _b;
2641
2642
  if (!config.iconsLigature)
2642
2643
  return false;
2643
- const [fontName, icon] = this.$slots.default()[0].children;
2644
+ const [fontName, icon] = (_b = (_a = this.$slots.default()[0]) == null ? void 0 : _a.children) == null ? void 0 : _b.split(" ");
2644
2645
  return fontName === config.iconsLigature && { fontName, icon };
2645
2646
  },
2646
2647
  forcedSize() {