vue3-tailwind-components 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -11869,7 +11869,7 @@ const o4 = {
11869
11869
  },
11870
11870
  methods: {
11871
11871
  closeDialog() {
11872
- this.showing = !1, this.$emit("update:modelValue", !1);
11872
+ this.showing = !1, this.$emit("update:modelValue", !1), this.$emit("closed");
11873
11873
  }
11874
11874
  }
11875
11875
  }, BJ = { key: 0 }, FJ = { class: "fixed inset-0 z-50 flex items-center justify-center sm:p-0 animate-in fade-in zoom-in" }, RJ = { class: "relative" }, DJ = /* @__PURE__ */ J("h1", { class: "font-bold" }, " Modal title", -1), EJ = { class: "flex-1 p-4" }, IJ = /* @__PURE__ */ J("div", { class: "mt-2 text-sm text-primary-400" }, "This is the modals default content. Replace this with content in the body slot of the component. ", -1), UJ = { class: "flex justify-end gap-2" };