@bagelink/vue 0.0.155 → 0.0.158
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/index.cjs +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
- package/src/components/Modal.vue +3 -3
package/dist/index.cjs
CHANGED
|
@@ -14780,9 +14780,9 @@ const _sfc_main$O = /* @__PURE__ */ vue.defineComponent({
|
|
|
14780
14780
|
flat: "",
|
|
14781
14781
|
icon: "close",
|
|
14782
14782
|
onClick: closeModal
|
|
14783
|
-
}, null, 8, ["style"])
|
|
14783
|
+
}, null, 8, ["style"]),
|
|
14784
|
+
vue.createElementVNode("h3", _hoisted_2$N, vue.toDisplayString(_ctx.title), 1)
|
|
14784
14785
|
]),
|
|
14785
|
-
vue.createElementVNode("h3", _hoisted_2$N, vue.toDisplayString(_ctx.title), 1),
|
|
14786
14786
|
vue.renderSlot(_ctx.$slots, "default"),
|
|
14787
14787
|
vue.createElementVNode("footer", _hoisted_3$G, [
|
|
14788
14788
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.actions, (action, i2) => {
|
package/dist/index.mjs
CHANGED
|
@@ -14778,9 +14778,9 @@ const _sfc_main$O = /* @__PURE__ */ defineComponent({
|
|
|
14778
14778
|
flat: "",
|
|
14779
14779
|
icon: "close",
|
|
14780
14780
|
onClick: closeModal
|
|
14781
|
-
}, null, 8, ["style"])
|
|
14781
|
+
}, null, 8, ["style"]),
|
|
14782
|
+
createElementVNode("h3", _hoisted_2$N, toDisplayString(_ctx.title), 1)
|
|
14782
14783
|
]),
|
|
14783
|
-
createElementVNode("h3", _hoisted_2$N, toDisplayString(_ctx.title), 1),
|
|
14784
14784
|
renderSlot(_ctx.$slots, "default"),
|
|
14785
14785
|
createElementVNode("footer", _hoisted_3$G, [
|
|
14786
14786
|
(openBlock(true), createElementBlock(Fragment$1, null, renderList(_ctx.actions, (action, i2) => {
|
package/package.json
CHANGED
package/src/components/Modal.vue
CHANGED