@tmagic/form 1.1.3 → 1.1.4

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.
@@ -3726,7 +3726,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
3726
3726
  createVNode(_component_el_dialog, {
3727
3727
  modelValue: _ctx.dialogVisible,
3728
3728
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.dialogVisible = $event),
3729
- "custom-class": "m-form-dialog",
3729
+ class: "m-form-dialog",
3730
3730
  top: "20px",
3731
3731
  title: _ctx.title,
3732
3732
  appendToBody: true,