@zkwq/business 0.2.30 → 0.2.31

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.
package/dist/index.js CHANGED
@@ -4072,6 +4072,7 @@ var nm = function() {
4072
4072
  })]) : e._t("default")], 2)], 1)]);
4073
4073
  }, am = [];
4074
4074
  const rm = {
4075
+ name: "BaseAutocompleteSuggestions",
4075
4076
  components: { BaseScrollbar: _t },
4076
4077
  mixins: [se, ae],
4077
4078
  componentName: "BaseAutocompleteSuggestions",
@@ -24848,7 +24849,7 @@ const Tw = [
24848
24849
  ], S3 = {
24849
24850
  install: function(e, t = {}) {
24850
24851
  Ia.use(t.locale), Ia.i18n(t.i18n), Tw.forEach((s) => {
24851
- t.prefix ? e.component(s.name.replace("Base", t.prefix), s) : e.component(s.name, s);
24852
+ t.prefix ? e.component((s.name || s.componentName).replace("Base", t.prefix), s) : e.component(s.name || s.componentName, s);
24852
24853
  }), e.use(Uf), e.use(ls, t), e.prototype.$ELEMENT = {
24853
24854
  size: t.size || "",
24854
24855
  zIndex: t.zIndex || 2e3