flame-plus 0.4.5 → 0.4.6

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.
@@ -460,7 +460,9 @@ const Nl = /* @__PURE__ */ ke({
460
460
  onOpenAutoFocus: () => o.emit("open-auto-focus"),
461
461
  onCloseAutoFocus: () => o.emit("close-auto-focus")
462
462
  });
463
- return () => ie(xe("el-dialog"), Re(s.value, u), {
463
+ return () => ie(xe("el-dialog"), Re({
464
+ "append-to-body": !0
465
+ }, s.value, u), {
464
466
  header: () => {
465
467
  var f, h;
466
468
  return (h = (f = o.slots).header) == null ? void 0 : h.call(f);