@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.
@@ -3729,7 +3729,7 @@
3729
3729
  vue.createVNode(_component_el_dialog, {
3730
3730
  modelValue: _ctx.dialogVisible,
3731
3731
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.dialogVisible = $event),
3732
- "custom-class": "m-form-dialog",
3732
+ class: "m-form-dialog",
3733
3733
  top: "20px",
3734
3734
  title: _ctx.title,
3735
3735
  appendToBody: true,