@opentinyvue/vue-input 2.22.0 → 3.22.0

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/lib/index.js CHANGED
@@ -194,7 +194,7 @@ var Input = defineComponent({
194
194
  });
195
195
  }
196
196
  });
197
- var version = "2.22.0";
197
+ var version = "3.22.0";
198
198
  Input.model = {
199
199
  prop: "modelValue",
200
200
  event: "update:modelValue"