@tmagic/form 1.3.0-alpha.19 → 1.3.0-alpha.20

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.
@@ -2416,7 +2416,7 @@
2416
2416
  placeholder: _ctx.config.placeholder,
2417
2417
  disabled: _ctx.disabled,
2418
2418
  format: _ctx.config.format,
2419
- "value-format": _ctx.config.valueFormat || "YYYY-MM-DD HH:mm:ss",
2419
+ "value-format": _ctx.config.valueFormat || "YYYY/MM/DD HH:mm:ss",
2420
2420
  onChange: changeHandler
2421
2421
  }, null, 8, ["modelValue", "size", "placeholder", "disabled", "format", "value-format"]);
2422
2422
  };
@@ -2565,8 +2565,8 @@
2565
2565
  size: _ctx.size,
2566
2566
  placeholder: _ctx.config.placeholder,
2567
2567
  disabled: _ctx.disabled,
2568
- format: _ctx.config.format || "YYYY-MM-DD HH:mm:ss",
2569
- "value-format": _ctx.config.valueFormat || "YYYY-MM-DD HH:mm:ss",
2568
+ format: _ctx.config.format || "YYYY/MM/DD HH:mm:ss",
2569
+ "value-format": _ctx.config.valueFormat || "YYYY/MM/DD HH:mm:ss",
2570
2570
  "default-time": _ctx.config.defaultTime,
2571
2571
  onChange: changeHandler
2572
2572
  }, null, 8, ["modelValue", "size", "placeholder", "disabled", "format", "value-format", "default-time"]);