@opentinyvue/vue-input 2.21.0 → 3.21.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
@@ -198,7 +198,7 @@ var Input = defineComponent({
198
198
  });
199
199
  }
200
200
  });
201
- var version = "2.21.0";
201
+ var version = "3.21.0";
202
202
  Input.model = {
203
203
  prop: "modelValue",
204
204
  event: "update:modelValue"