@deskhero/dh_ui 1.42.9 → 1.42.10

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.
package/dist/dh_ui.es.js CHANGED
@@ -27137,9 +27137,13 @@ const _sfc_main$8 = defineComponent({
27137
27137
  }
27138
27138
  },
27139
27139
  emits: ["close"],
27140
+ mounted() {
27141
+ document.body.classList.add("modal-open");
27142
+ },
27140
27143
  methods: {
27141
27144
  closed() {
27142
27145
  this.$emit("close", this.hasCloseConfirmation);
27146
+ document.body.classList.remove("modal-open");
27143
27147
  }
27144
27148
  }
27145
27149
  });