@deskhero/dh_ui 1.42.10 → 1.42.12

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
@@ -27140,6 +27140,9 @@ const _sfc_main$8 = defineComponent({
27140
27140
  mounted() {
27141
27141
  document.body.classList.add("modal-open");
27142
27142
  },
27143
+ unmounted() {
27144
+ document.body.classList.remove("modal-open");
27145
+ },
27143
27146
  methods: {
27144
27147
  closed() {
27145
27148
  this.$emit("close", this.hasCloseConfirmation);