@chase-shao/vue-component-lib 1.2.66 → 1.2.67

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.es.js CHANGED
@@ -380,7 +380,7 @@ const ge = (e, t) => {
380
380
  }),
381
381
  emits: /* @__PURE__ */ re(["update:modelValue", "change", "error", "input"], ["update:modelValue"]),
382
382
  setup(e, { expose: t, emit: a }) {
383
- const o = e, n = a, c = we(e, "modelValue"), r = g(100), l = g(0);
383
+ const o = e, n = a, c = we(e, "modelValue"), r = g(100), l = g(1);
384
384
  de(() => {
385
385
  o.validations && o.validations.forEach((d) => {
386
386
  d.ruleName === "Max" && (r.value = d.ruleParameter), d.ruleName === "Min" && (l.value = d.ruleParameter);