@quoreadmin/ui 0.28.15 → 0.28.16
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.js +3 -2
- package/dist/index.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -28281,7 +28281,8 @@ function MK(n, e, t, r, i, s) {
|
|
|
28281
28281
|
url: n.normalizedAttachment.url
|
|
28282
28282
|
}, null, 8, ["url"])) : n.normalizedAttachment.type.includes("video") ? (w(), A("video", vK, [
|
|
28283
28283
|
L("source", {
|
|
28284
|
-
src: n.normalizedAttachment.url
|
|
28284
|
+
src: n.normalizedAttachment.url,
|
|
28285
|
+
type: "video/mp4"
|
|
28285
28286
|
}, null, 8, bK),
|
|
28286
28287
|
L("div", wK, [
|
|
28287
28288
|
P(o, {
|
|
@@ -28319,7 +28320,7 @@ function MK(n, e, t, r, i, s) {
|
|
|
28319
28320
|
})
|
|
28320
28321
|
], 512);
|
|
28321
28322
|
}
|
|
28322
|
-
const uO = /* @__PURE__ */ Re(sK, [["render", MK], ["__scopeId", "data-v-
|
|
28323
|
+
const uO = /* @__PURE__ */ Re(sK, [["render", MK], ["__scopeId", "data-v-5efcef01"]]), AK = Ae({
|
|
28323
28324
|
name: "QWarningModal",
|
|
28324
28325
|
components: {
|
|
28325
28326
|
QModal: lO
|