flame-plus 0.4.41 → 0.4.43

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.
@@ -638,7 +638,7 @@ const er = js.exports, tr = (n) => parseFloat(n).toString() != "NaN", kf = (n, r
638
638
  onBlur: () => r.emit("blur"),
639
639
  onFocus: () => r.emit("focus")
640
640
  });
641
- return () => ae(Se("el-input-number"), Me(i.value, u), null);
641
+ return () => ae(Se("ElInputNumber"), Me(i.value, u), null);
642
642
  }
643
643
  }), Ui = /* @__PURE__ */ Oe({
644
644
  emits: ["size-change", "current-change", "prev-click", "next-click"],