@vunk/form 1.1.61 → 1.1.62

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.
@@ -259,9 +259,9 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
259
259
  "model-value": _ctx.modelValue,
260
260
  onFocus: _ctx.inputBlur,
261
261
  type: _ctx.type,
262
- readonly: _ctx.readonly,
262
+ readonly: true,
263
263
  "value-format": _ctx.valueFormat
264
- }, null, 8, ["model-value", "onFocus", "type", "readonly", "value-format"])
264
+ }, null, 8, ["model-value", "onFocus", "type", "value-format"])
265
265
  ], 32),
266
266
  createVNode(_component_Popup, {
267
267
  position: "bottom",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vunk/form",
3
- "version": "1.1.61",
3
+ "version": "1.1.62",
4
4
  "description": "",
5
5
  "main": "index.esm.js",
6
6
  "scripts": {