@grandaniel/vue-markdown-editor 1.3.0-dev.98e821c → 1.3.0-dev.f467673
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.
|
@@ -26593,13 +26593,13 @@ var qM = ["innerHTML"], JM = /* @__PURE__ */ u({
|
|
|
26593
26593
|
//#endregion
|
|
26594
26594
|
//#region src/components/MarkdownRenderer/Composable/useMarkdownRenderer.ts
|
|
26595
26595
|
function EN() {
|
|
26596
|
-
let e =
|
|
26597
|
-
function
|
|
26598
|
-
e
|
|
26596
|
+
let e = Object.fromEntries(Object.entries(CN).map(([e, t]) => [e, h(t)])), t = T(e);
|
|
26597
|
+
function n(e, n) {
|
|
26598
|
+
t[e] = h(n);
|
|
26599
26599
|
}
|
|
26600
26600
|
return {
|
|
26601
|
-
componentRegistry:
|
|
26602
|
-
overrideComponent:
|
|
26601
|
+
componentRegistry: t,
|
|
26602
|
+
overrideComponent: n
|
|
26603
26603
|
};
|
|
26604
26604
|
}
|
|
26605
26605
|
//#endregion
|
package/package.json
CHANGED