@braydenyang/fdoc 0.1.2 → 0.1.4
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/README.md +2 -2
- package/dist/lib/{fdoc.iife → fdoc.iife.js} +83 -83
- package/dist/lib/{fdoc → fdoc.js} +5 -3
- package/package.json +1 -1
|
@@ -7273,7 +7273,7 @@ const O2 = "n", ta = `.${O2}-`, z2 = "__", I2 = "--", gb = vb(), mb = p2({
|
|
|
7273
7273
|
gb.use(mb);
|
|
7274
7274
|
const {
|
|
7275
7275
|
c: j,
|
|
7276
|
-
find:
|
|
7276
|
+
find: sL
|
|
7277
7277
|
} = gb, {
|
|
7278
7278
|
cB: P,
|
|
7279
7279
|
cE: L,
|
|
@@ -46422,7 +46422,7 @@ const ZN = { key: 0 }, QN = {
|
|
|
46422
46422
|
}, 8, ["theme", "theme-overrides"]));
|
|
46423
46423
|
}
|
|
46424
46424
|
}), lL = /* @__PURE__ */ Bt(iL, [["__scopeId", "data-v-5f3a51f0"]]);
|
|
46425
|
-
function
|
|
46425
|
+
function aL(e, t) {
|
|
46426
46426
|
const o = typeof e == "string" ? document.querySelector(e) : e;
|
|
46427
46427
|
if (!o) throw new Error(`[fdoc] mount: cannot find element "${String(e)}"`);
|
|
46428
46428
|
const n = c2(), r = IS(lL);
|
|
@@ -46434,6 +46434,8 @@ function sL(e, t) {
|
|
|
46434
46434
|
}
|
|
46435
46435
|
return () => r.unmount();
|
|
46436
46436
|
}
|
|
46437
|
+
const cL = { mount: aL };
|
|
46437
46438
|
export {
|
|
46438
|
-
|
|
46439
|
+
cL as default,
|
|
46440
|
+
aL as mount
|
|
46439
46441
|
};
|